Html Css Color HEX #BB33F0 Medium Orchid

📋 copy color: '#BB33F0'

red 187 ◦ green 51 ◦ blue 240

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

Shades of Medium Orchid #BB33F0

Tints of Medium Orchid #BB33F0

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.67%

 BLUE value IS 240 (94.14% from 255) = 50.21%

R = 39.12%
G = 10.67%
B = 50.21%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BB33F0 (or 0xBB33F0) is known color: Medium Orchid. HEX triplet: BB, 33 and F0. RGB value is (187,51,240). Sum of RGB (Red+Green+Blue) = 187+51+240=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 51 (20.31% from 255 or 10.67% from 478); Blue value is 240 (94.14% from 255 or 50.21% from 478); Max value from RGB is 240 - color contains mainly: blue. Hex color #BB33F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB33F0 is #44CC0F. Grayscale: #707070. Windows color (decimal): -4508688 or 15741883. OLE color: 15741883.

HSL color Cylindrical-coordinate representation of color #BB33F0: hue angle of 283.17º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB33F0 is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 51 240 -
CMYK 0.22 0.79 0 0.06
HSL 283.17º 0.86% 0.57% -
HSV(B) 283.17º 0.79% 0.94% -
XYZ 37.41 19.22 84.18 -
YUV 113.21 199.56 180.63 -
System Red Green Blue C M Y K H S L
Decimal 187 51 240 0.22 0.79 0 0.06 283.17 0.86 0.57
Hex BB 33 F0 16 4F 0 6 11B 56 39
Octal 273 63 360 26 117 0 6 433 126 71
Binary 10111011 110011 11110000 10110 1001111 0 110 100011011 1010110 111001

Color Harmonies of #BB33F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB33F0

Black with #BB33F0

Text Example


Text Example

White with #BB33F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB33F0; }

 p { color: rgb(187,51,240); }

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

background-color css

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

 a { background-color: rgb(187,51,240); }

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

border-color css

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

 span { border-color: rgb(187,51,240); }

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