Html Css Color HEX #BB4FFF Medium Orchid

📋 copy color: '#BB4FFF'

red 187 ◦ green 79 ◦ blue 255

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

Shades of Medium Orchid #BB4FFF

Tints of Medium Orchid #BB4FFF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.16%

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

R = 35.89%
G = 15.16%
B = 48.94%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB4FFF (or 0xBB4FFF) is known color: Medium Orchid. HEX triplet: BB, 4F and FF. RGB value is (187,79,255). Sum of RGB (Red+Green+Blue) = 187+79+255=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 79 (31.25% from 255 or 15.16% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB4FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB4FFF is #44B000. Grayscale: #828282. Windows color (decimal): -4501505 or 16732091. OLE color: 16732091.

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

Color convert

RGB 187 79 255 -
CMYK 0.27 0.69 0 0
HSL 276.82º 1% 0.65% -
HSV(B) 276.82º 0.69% 1% -
XYZ 41.34 23.38 96.94 -
YUV 131.36 197.78 167.69 -
System Red Green Blue C M Y K H S L
Decimal 187 79 255 0.27 0.69 0 0 276.82 1 0.65
Hex BB 4F FF 1B 45 0 0 115 64 41
Octal 273 117 377 33 105 0 0 425 144 101
Binary 10111011 1001111 11111111 11011 1000101 0 0 100010101 1100100 1000001

Color Harmonies of #BB4FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4FFF

Black with #BB4FFF

Text Example


Text Example

White with #BB4FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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