Html Css Color HEX #BD3FFB Medium Orchid

📋 copy color: '#BD3FFB'

red 189 ◦ green 63 ◦ blue 251

#BD3FFB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BD3FFB

Tints of Medium Orchid #BD3FFB

RGB

 RED value IS 189 (74.22% from 255) = 37.57%

 GREEN value IS 63 (25% from 255) = 12.52%

 BLUE value IS 251 (98.44% from 255) = 49.9%

R = 37.57%
G = 12.52%
B = 49.9%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BD3FFB (or 0xBD3FFB) is known color: Medium Orchid. HEX triplet: BD, 3F and FB. RGB value is (189,63,251). Sum of RGB (Red+Green+Blue) = 189+63+251=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 63 (25% from 255 or 12.52% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD3FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3FFB is #42C004. Grayscale: #797979. Windows color (decimal): -4374533 or 16465853. OLE color: 16465853.

HSL color Cylindrical-coordinate representation of color #BD3FFB: hue angle of 280.21º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD3FFB is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 63 251 -
CMYK 0.25 0.75 0 0.02
HSL 280.21º 0.96% 0.62% -
HSV(B) 280.21º 0.75% 0.98% -
XYZ 40.18 21.34 93.27 -
YUV 122.11 200.74 175.71 -
System Red Green Blue C M Y K H S L
Decimal 189 63 251 0.25 0.75 0 0.02 280.21 0.96 0.62
Hex BD 3F FB 19 4B 0 2 118 60 3E
Octal 275 77 373 31 113 0 2 430 140 76
Binary 10111101 111111 11111011 11001 1001011 0 10 100011000 1100000 111110

Color Harmonies of #BD3FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3FFB

Black with #BD3FFB

Text Example


Text Example

White with #BD3FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3FFB; }

 p { color: rgb(189,63,251); }

 H1.HeaderClassName
 {
   color: #BD3FFB;
 }
 .AnyTagClassName
 {
   color: #BD3FFB;
 }
</style>

background-color css

<style>
 a { background-color: #BD3FFB; }

 a { background-color: rgb(189,63,251); }

 div.DivClassName
 {
   background-color: #BD3FFB;
 }
 .BgClassName
 {
   background-color: #BD3FFB;
 }
</style>

border-color css

<style>
 span { border-color: #BD3FFB; }

 span { border-color: rgb(189,63,251); }

 td.TdClassName
 {
   border-color: #BD3FFB;
 }
 .TagClassName
 {
   border-color: #BD3FFB;
 }
</style>