Html Css Color HEX #BD6CE0 Medium Orchid

📋 copy color: '#BD6CE0'

red 189 ◦ green 108 ◦ blue 224

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

Shades of Medium Orchid #BD6CE0

Tints of Medium Orchid #BD6CE0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.73%

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

R = 36.28%
G = 20.73%
B = 42.99%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BD6CE0 (or 0xBD6CE0) is known color: Medium Orchid. HEX triplet: BD, 6C and E0. RGB value is (189,108,224). Sum of RGB (Red+Green+Blue) = 189+108+224=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 108 (42.58% from 255 or 20.73% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD6CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6CE0 is #42931F. Grayscale: #919191. Windows color (decimal): -4363040 or 14707901. OLE color: 14707901.

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

Color convert

RGB 189 108 224 -
CMYK 0.16 0.52 0 0.12
HSL 281.9º 0.65% 0.65% -
HSV(B) 281.9º 0.52% 0.88% -
XYZ 39.8 26.93 73.62 -
YUV 145.44 172.34 159.07 -
System Red Green Blue C M Y K H S L
Decimal 189 108 224 0.16 0.52 0 0.12 281.9 0.65 0.65
Hex BD 6C E0 10 34 0 C 11A 41 41
Octal 275 154 340 20 64 0 14 432 101 101
Binary 10111101 1101100 11100000 10000 110100 0 1100 100011010 1000001 1000001

Color Harmonies of #BD6CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6CE0

Black with #BD6CE0

Text Example


Text Example

White with #BD6CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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