Html Css Color HEX #BB4CFF Medium Orchid

📋 copy color: '#BB4CFF'

red 187 ◦ green 76 ◦ blue 255

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

Shades of Medium Orchid #BB4CFF

Tints of Medium Orchid #BB4CFF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.67%

 BLUE value IS 255 (100% from 255) = 49.23%

R = 36.1%
G = 14.67%
B = 49.23%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB4CFF (or 0xBB4CFF) is known color: Medium Orchid. HEX triplet: BB, 4C and FF. RGB value is (187,76,255). Sum of RGB (Red+Green+Blue) = 187+76+255=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 76 (30.08% from 255 or 14.67% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB4CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB4CFF is #44B300. Grayscale: #808080. Windows color (decimal): -4502273 or 16731323. OLE color: 16731323.

HSL color Cylindrical-coordinate representation of color #BB4CFF: hue angle of 277.21º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB4CFF is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 187 76 255 -
CMYK 0.27 0.70 0 0
HSL 277.21º 1% 0.65% -
HSV(B) 277.21º 0.7% 1% -
XYZ 41.13 22.95 96.87 -
YUV 129.6 198.77 168.95 -
System Red Green Blue C M Y K H S L
Decimal 187 76 255 0.27 0.70 0 0 277.21 1 0.65
Hex BB 4C FF 1B 46 0 0 115 64 41
Octal 273 114 377 33 106 0 0 425 144 101
Binary 10111011 1001100 11111111 11011 1000110 0 0 100010101 1100100 1000001

Color Harmonies of #BB4CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4CFF

Black with #BB4CFF

Text Example


Text Example

White with #BB4CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4CFF; }

 p { color: rgb(187,76,255); }

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

background-color css

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

 a { background-color: rgb(187,76,255); }

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

border-color css

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

 span { border-color: rgb(187,76,255); }

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