Html Css Color HEX #BB33F4 Medium Orchid

📋 copy color: '#BB33F4'

red 187 ◦ green 51 ◦ blue 244

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

Shades of Medium Orchid #BB33F4

Tints of Medium Orchid #BB33F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 50.62%

R = 38.8%
G = 10.58%
B = 50.62%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BB33F4 (or 0xBB33F4) is known color: Medium Orchid. HEX triplet: BB, 33 and F4. RGB value is (187,51,244). Sum of RGB (Red+Green+Blue) = 187+51+244=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 51 (20.31% from 255 or 10.58% from 482); Blue value is 244 (95.70% from 255 or 50.62% from 482); Max value from RGB is 244 - color contains mainly: blue. Hex color #BB33F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB33F4 is #44CC0B. Grayscale: #717171. Windows color (decimal): -4508684 or 16004027. OLE color: 16004027.

HSL color Cylindrical-coordinate representation of color #BB33F4: hue angle of 282.28º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB33F4 is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 51 244 -
CMYK 0.23 0.79 0 0.04
HSL 282.28º 0.9% 0.58% -
HSV(B) 282.28º 0.79% 0.96% -
XYZ 38.01 19.46 87.34 -
YUV 113.67 201.56 180.31 -
System Red Green Blue C M Y K H S L
Decimal 187 51 244 0.23 0.79 0 0.04 282.28 0.9 0.58
Hex BB 33 F4 17 4F 0 4 11A 5A 3A
Octal 273 63 364 27 117 0 4 432 132 72
Binary 10111011 110011 11110100 10111 1001111 0 100 100011010 1011010 111010

Color Harmonies of #BB33F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB33F4

Black with #BB33F4

Text Example


Text Example

White with #BB33F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB33F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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