Html Css Color HEX #BD6ECC Medium Orchid

📋 copy color: '#BD6ECC'

red 189 ◦ green 110 ◦ blue 204

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

Shades of Medium Orchid #BD6ECC

Tints of Medium Orchid #BD6ECC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.87%

 BLUE value IS 204 (80.08% from 255) = 40.56%

R = 37.57%
G = 21.87%
B = 40.56%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BD6ECC (or 0xBD6ECC) is known color: Medium Orchid. HEX triplet: BD, 6E and CC. RGB value is (189,110,204). Sum of RGB (Red+Green+Blue) = 189+110+204=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 110 (43.36% from 255 or 21.87% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD6ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6ECC is #429133. Grayscale: #909090. Windows color (decimal): -4362548 or 13397693. OLE color: 13397693.

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

Color convert

RGB 189 110 204 -
CMYK 0.07 0.46 0 0.2
HSL 290.43º 0.48% 0.62% -
HSV(B) 290.43º 0.46% 0.8% -
XYZ 37.46 26.33 60.23 -
YUV 144.34 161.67 159.86 -
System Red Green Blue C M Y K H S L
Decimal 189 110 204 0.07 0.46 0 0.2 290.43 0.48 0.62
Hex BD 6E CC 7 2E 0 14 122 30 3E
Octal 275 156 314 7 56 0 24 442 60 76
Binary 10111101 1101110 11001100 111 101110 0 10100 100100010 110000 111110

Color Harmonies of #BD6ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6ECC

Black with #BD6ECC

Text Example


Text Example

White with #BD6ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6ECC; }

 p { color: rgb(189,110,204); }

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

background-color css

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

 a { background-color: rgb(189,110,204); }

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

border-color css

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

 span { border-color: rgb(189,110,204); }

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