Html Css Color HEX #B33BFB Medium Orchid

📋 copy color: '#B33BFB'

red 179 ◦ green 59 ◦ blue 251

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

Shades of Medium Orchid #B33BFB

Tints of Medium Orchid #B33BFB

RGB

 RED value IS 179 (70.31% from 255) = 36.61%

 GREEN value IS 59 (23.44% from 255) = 12.07%

 BLUE value IS 251 (98.44% from 255) = 51.33%

R = 36.61%
G = 12.07%
B = 51.33%

CMYK

 C value IS 0.29

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B33BFB (or 0xB33BFB) is known color: Medium Orchid. HEX triplet: B3, 3B and FB. RGB value is (179,59,251). Sum of RGB (Red+Green+Blue) = 179+59+251=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 59 (23.44% from 255 or 12.07% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #B33BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33BFB is #4CC404. Grayscale: #747474. Windows color (decimal): -5030917 or 16464819. OLE color: 16464819.

HSL color Cylindrical-coordinate representation of color #B33BFB: hue angle of 277.5º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B33BFB is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 59 251 -
CMYK 0.29 0.76 0 0.02
HSL 277.5º 0.96% 0.61% -
HSV(B) 277.5º 0.76% 0.98% -
XYZ 37.57 19.68 93.08 -
YUV 116.77 203.76 172.39 -
System Red Green Blue C M Y K H S L
Decimal 179 59 251 0.29 0.76 0 0.02 277.5 0.96 0.61
Hex B3 3B FB 1D 4C 0 2 116 60 3D
Octal 263 73 373 35 114 0 2 426 140 75
Binary 10110011 111011 11111011 11101 1001100 0 10 100010110 1100000 111101

Color Harmonies of #B33BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33BFB

Black with #B33BFB

Text Example


Text Example

White with #B33BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33BFB; }

 p { color: rgb(179,59,251); }

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

background-color css

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

 a { background-color: rgb(179,59,251); }

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

border-color css

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

 span { border-color: rgb(179,59,251); }

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