Html Css Color HEX #BD6CDE Medium Orchid

📋 copy color: '#BD6CDE'

red 189 ◦ green 108 ◦ blue 222

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

Shades of Medium Orchid #BD6CDE

Tints of Medium Orchid #BD6CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.77%

R = 36.42%
G = 20.81%
B = 42.77%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD6CDE (or 0xBD6CDE) is known color: Medium Orchid. HEX triplet: BD, 6C and DE. RGB value is (189,108,222). Sum of RGB (Red+Green+Blue) = 189+108+222=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 108 (42.58% from 255 or 20.81% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD6CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6CDE is #429321. Grayscale: #909090. Windows color (decimal): -4363042 or 14576829. OLE color: 14576829.

HSL color Cylindrical-coordinate representation of color #BD6CDE: hue angle of 282.63º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD6CDE is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 108 222 -
CMYK 0.15 0.51 0 0.13
HSL 282.63º 0.63% 0.65% -
HSV(B) 282.63º 0.51% 0.87% -
XYZ 39.53 26.82 72.2 -
YUV 145.22 171.34 159.23 -
System Red Green Blue C M Y K H S L
Decimal 189 108 222 0.15 0.51 0 0.13 282.63 0.63 0.65
Hex BD 6C DE F 33 0 D 11B 3F 41
Octal 275 154 336 17 63 0 15 433 77 101
Binary 10111101 1101100 11011110 1111 110011 0 1101 100011011 111111 1000001

Color Harmonies of #BD6CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6CDE

Black with #BD6CDE

Text Example


Text Example

White with #BD6CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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