Html Css Color HEX #BD60CB Medium Orchid

📋 copy color: '#BD60CB'

red 189 ◦ green 96 ◦ blue 203

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

Shades of Medium Orchid #BD60CB

Tints of Medium Orchid #BD60CB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.67%

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

R = 38.73%
G = 19.67%
B = 41.6%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD60CB (or 0xBD60CB) is known color: Medium Orchid. HEX triplet: BD, 60 and CB. RGB value is (189,96,203). Sum of RGB (Red+Green+Blue) = 189+96+203=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD60CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD60CB is #429F34. Grayscale: #878787. Windows color (decimal): -4366133 or 13328573. OLE color: 13328573.

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

Color convert

RGB 189 96 203 -
CMYK 0.07 0.53 0 0.20
HSL 292.15º 0.51% 0.59% -
HSV(B) 292.15º 0.53% 0.8% -
XYZ 35.95 23.5 59.14 -
YUV 136.01 165.81 165.8 -
System Red Green Blue C M Y K H S L
Decimal 189 96 203 0.07 0.53 0 0.20 292.15 0.51 0.59
Hex BD 60 CB 7 35 0 14 124 33 3B
Octal 275 140 313 7 65 0 24 444 63 73
Binary 10111101 1100000 11001011 111 110101 0 10100 100100100 110011 111011

Color Harmonies of #BD60CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD60CB

Black with #BD60CB

Text Example


Text Example

White with #BD60CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD60CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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