Html Css Color HEX #BD6DCB Medium Orchid

📋 copy color: '#BD6DCB'

red 189 ◦ green 109 ◦ blue 203

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

Shades of Medium Orchid #BD6DCB

Tints of Medium Orchid #BD6DCB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.76%

 BLUE value IS 203 (79.69% from 255) = 40.52%

R = 37.72%
G = 21.76%
B = 40.52%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD6DCB (or 0xBD6DCB) is known color: Medium Orchid. HEX triplet: BD, 6D and CB. RGB value is (189,109,203). Sum of RGB (Red+Green+Blue) = 189+109+203=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 109 (42.97% from 255 or 21.76% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD6DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6DCB is #429234. Grayscale: #8F8F8F. Windows color (decimal): -4362805 or 13331901. OLE color: 13331901.

HSL color Cylindrical-coordinate representation of color #BD6DCB: hue angle of 291.06º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD6DCB is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 109 203 -
CMYK 0.07 0.46 0 0.20
HSL 291.06º 0.47% 0.61% -
HSV(B) 291.06º 0.46% 0.8% -
XYZ 37.23 26.07 59.57 -
YUV 143.64 161.5 160.36 -
System Red Green Blue C M Y K H S L
Decimal 189 109 203 0.07 0.46 0 0.20 291.06 0.47 0.61
Hex BD 6D CB 7 2E 0 14 123 2F 3D
Octal 275 155 313 7 56 0 24 443 57 75
Binary 10111101 1101101 11001011 111 101110 0 10100 100100011 101111 111101

Color Harmonies of #BD6DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6DCB

Black with #BD6DCB

Text Example


Text Example

White with #BD6DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6DCB; }

 p { color: rgb(189,109,203); }

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

background-color css

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

 a { background-color: rgb(189,109,203); }

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

border-color css

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

 span { border-color: rgb(189,109,203); }

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