Html Css Color HEX #BB55CF Medium Orchid

📋 copy color: '#BB55CF'

red 187 ◦ green 85 ◦ blue 207

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

Shades of Medium Orchid #BB55CF

Tints of Medium Orchid #BB55CF

RGB

 RED value IS 187 (73.44% from 255) = 39.04%

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

 BLUE value IS 207 (81.25% from 255) = 43.22%

R = 39.04%
G = 17.75%
B = 43.22%

CMYK

 C value IS 0.10

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB55CF (or 0xBB55CF) is known color: Medium Orchid. HEX triplet: BB, 55 and CF. RGB value is (187,85,207). Sum of RGB (Red+Green+Blue) = 187+85+207=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 85 (33.59% from 255 or 17.75% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB55CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB55CF is #44AA30. Grayscale: #818181. Windows color (decimal): -4500017 or 13587899. OLE color: 13587899.

HSL color Cylindrical-coordinate representation of color #BB55CF: hue angle of 290.16º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB55CF is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 85 207 -
CMYK 0.10 0.59 0 0.19
HSL 290.16º 0.56% 0.57% -
HSV(B) 290.16º 0.59% 0.81% -
XYZ 35 21.57 61.35 -
YUV 129.41 171.79 169.08 -
System Red Green Blue C M Y K H S L
Decimal 187 85 207 0.10 0.59 0 0.19 290.16 0.56 0.57
Hex BB 55 CF A 3B 0 13 122 38 39
Octal 273 125 317 12 73 0 23 442 70 71
Binary 10111011 1010101 11001111 1010 111011 0 10011 100100010 111000 111001

Color Harmonies of #BB55CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB55CF

Black with #BB55CF

Text Example


Text Example

White with #BB55CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB55CF; }

 p { color: rgb(187,85,207); }

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

background-color css

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

 a { background-color: rgb(187,85,207); }

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

border-color css

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

 span { border-color: rgb(187,85,207); }

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