Html Css Color HEX #BB4CFC Medium Orchid

📋 copy color: '#BB4CFC'

red 187 ◦ green 76 ◦ blue 252

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

Shades of Medium Orchid #BB4CFC

Tints of Medium Orchid #BB4CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.93%

R = 36.31%
G = 14.76%
B = 48.93%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB4CFC (or 0xBB4CFC) is known color: Medium Orchid. HEX triplet: BB, 4C and FC. RGB value is (187,76,252). Sum of RGB (Red+Green+Blue) = 187+76+252=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 76 (30.08% from 255 or 14.76% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB4CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB4CFC is #44B303. Grayscale: #808080. Windows color (decimal): -4502276 or 16534715. OLE color: 16534715.

HSL color Cylindrical-coordinate representation of color #BB4CFC: hue angle of 277.84º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB4CFC is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 76 252 -
CMYK 0.26 0.70 0 0.01
HSL 277.84º 0.97% 0.64% -
HSV(B) 277.84º 0.7% 0.99% -
XYZ 40.65 22.76 94.35 -
YUV 129.25 197.27 169.19 -
System Red Green Blue C M Y K H S L
Decimal 187 76 252 0.26 0.70 0 0.01 277.84 0.97 0.64
Hex BB 4C FC 1A 46 0 1 116 61 40
Octal 273 114 374 32 106 0 1 426 141 100
Binary 10111011 1001100 11111100 11010 1000110 0 1 100010110 1100001 1000000

Color Harmonies of #BB4CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4CFC

Black with #BB4CFC

Text Example


Text Example

White with #BB4CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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