Html Css Color HEX #BD6FE0 Medium Orchid

📋 copy color: '#BD6FE0'

red 189 ◦ green 111 ◦ blue 224

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

Shades of Medium Orchid #BD6FE0

Tints of Medium Orchid #BD6FE0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.18%

 BLUE value IS 224 (87.89% from 255) = 42.75%

R = 36.07%
G = 21.18%
B = 42.75%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BD6FE0 (or 0xBD6FE0) is known color: Medium Orchid. HEX triplet: BD, 6F and E0. RGB value is (189,111,224). Sum of RGB (Red+Green+Blue) = 189+111+224=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 111 (43.75% from 255 or 21.18% from 524); Blue value is 224 (87.89% from 255 or 42.75% from 524); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD6FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6FE0 is #42901F. Grayscale: #929292. Windows color (decimal): -4362272 or 14708669. OLE color: 14708669.

HSL color Cylindrical-coordinate representation of color #BD6FE0: hue angle of 281.42º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD6FE0 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 111 224 -
CMYK 0.16 0.50 0 0.12
HSL 281.42º 0.65% 0.66% -
HSV(B) 281.42º 0.5% 0.88% -
XYZ 40.13 27.57 73.73 -
YUV 147.2 171.34 157.81 -
System Red Green Blue C M Y K H S L
Decimal 189 111 224 0.16 0.50 0 0.12 281.42 0.65 0.66
Hex BD 6F E0 10 32 0 C 119 41 42
Octal 275 157 340 20 62 0 14 431 101 102
Binary 10111101 1101111 11100000 10000 110010 0 1100 100011001 1000001 1000010

Color Harmonies of #BD6FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6FE0

Black with #BD6FE0

Text Example


Text Example

White with #BD6FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6FE0; }

 p { color: rgb(189,111,224); }

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

background-color css

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

 a { background-color: rgb(189,111,224); }

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

border-color css

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

 span { border-color: rgb(189,111,224); }

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