Html Css Color HEX #BD6CEC Medium Orchid

📋 copy color: '#BD6CEC'

red 189 ◦ green 108 ◦ blue 236

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

Shades of Medium Orchid #BD6CEC

Tints of Medium Orchid #BD6CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.28%

R = 35.46%
G = 20.26%
B = 44.28%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD6CEC (or 0xBD6CEC) is known color: Medium Orchid. HEX triplet: BD, 6C and EC. RGB value is (189,108,236). Sum of RGB (Red+Green+Blue) = 189+108+236=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 108 (42.58% from 255 or 20.26% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD6CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6CEC is #429313. Grayscale: #929292. Windows color (decimal): -4363028 or 15494333. OLE color: 15494333.

HSL color Cylindrical-coordinate representation of color #BD6CEC: hue angle of 277.97º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD6CEC is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 108 236 -
CMYK 0.20 0.54 0 0.07
HSL 277.97º 0.77% 0.67% -
HSV(B) 277.97º 0.54% 0.93% -
XYZ 41.49 27.6 82.5 -
YUV 146.81 178.34 158.09 -
System Red Green Blue C M Y K H S L
Decimal 189 108 236 0.20 0.54 0 0.07 277.97 0.77 0.67
Hex BD 6C EC 14 36 0 7 116 4D 43
Octal 275 154 354 24 66 0 7 426 115 103
Binary 10111101 1101100 11101100 10100 110110 0 111 100010110 1001101 1000011

Color Harmonies of #BD6CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6CEC

Black with #BD6CEC

Text Example


Text Example

White with #BD6CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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