Html Css Color HEX #BD55CB Medium Orchid

📋 copy color: '#BD55CB'

red 189 ◦ green 85 ◦ blue 203

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

Shades of Medium Orchid #BD55CB

Tints of Medium Orchid #BD55CB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.82%

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

R = 39.62%
G = 17.82%
B = 42.56%

CMYK

 C value IS 0.07

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD55CB (or 0xBD55CB) is known color: Medium Orchid. HEX triplet: BD, 55 and CB. RGB value is (189,85,203). Sum of RGB (Red+Green+Blue) = 189+85+203=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 85 (33.59% from 255 or 17.82% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD55CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD55CB is #42AA34. Grayscale: #818181. Windows color (decimal): -4368949 or 13325757. OLE color: 13325757.

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

Color convert

RGB 189 85 203 -
CMYK 0.07 0.58 0 0.20
HSL 292.88º 0.53% 0.56% -
HSV(B) 292.88º 0.58% 0.8% -
XYZ 35.01 21.63 58.83 -
YUV 129.55 169.46 170.41 -
System Red Green Blue C M Y K H S L
Decimal 189 85 203 0.07 0.58 0 0.20 292.88 0.53 0.56
Hex BD 55 CB 7 3A 0 14 125 35 38
Octal 275 125 313 7 72 0 24 445 65 70
Binary 10111101 1010101 11001011 111 111010 0 10100 100100101 110101 111000

Color Harmonies of #BD55CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD55CB

Black with #BD55CB

Text Example


Text Example

White with #BD55CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD55CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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