Html Css Color HEX #BB5FCC Medium Orchid

📋 copy color: '#BB5FCC'

red 187 ◦ green 95 ◦ blue 204

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

Shades of Medium Orchid #BB5FCC

Tints of Medium Orchid #BB5FCC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.55%

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

R = 38.48%
G = 19.55%
B = 41.98%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BB5FCC (or 0xBB5FCC) is known color: Medium Orchid. HEX triplet: BB, 5F and CC. RGB value is (187,95,204). Sum of RGB (Red+Green+Blue) = 187+95+204=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 95 (37.5% from 255 or 19.55% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB5FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5FCC is #44A033. Grayscale: #868686. Windows color (decimal): -4497460 or 13393851. OLE color: 13393851.

HSL color Cylindrical-coordinate representation of color #BB5FCC: hue angle of 290.64º degrees, saturation: 0.52, 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 #BB5FCC is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 95 204 -
CMYK 0.08 0.53 0 0.2
HSL 290.64º 0.52% 0.59% -
HSV(B) 290.64º 0.53% 0.8% -
XYZ 35.48 23.11 59.72 -
YUV 134.93 166.98 165.14 -
System Red Green Blue C M Y K H S L
Decimal 187 95 204 0.08 0.53 0 0.2 290.64 0.52 0.59
Hex BB 5F CC 8 35 0 14 123 34 3B
Octal 273 137 314 10 65 0 24 443 64 73
Binary 10111011 1011111 11001100 1000 110101 0 10100 100100011 110100 111011

Color Harmonies of #BB5FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5FCC

Black with #BB5FCC

Text Example


Text Example

White with #BB5FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5FCC; }

 p { color: rgb(187,95,204); }

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

background-color css

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

 a { background-color: rgb(187,95,204); }

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

border-color css

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

 span { border-color: rgb(187,95,204); }

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