Html Css Color HEX #B33FFB Medium Orchid

📋 copy color: '#B33FFB'

red 179 ◦ green 63 ◦ blue 251

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

Shades of Medium Orchid #B33FFB

Tints of Medium Orchid #B33FFB

RGB

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

 GREEN value IS 63 (25% from 255) = 12.78%

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

R = 36.31%
G = 12.78%
B = 50.91%

CMYK

 C value IS 0.29

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B33FFB (or 0xB33FFB) is known color: Medium Orchid. HEX triplet: B3, 3F and FB. RGB value is (179,63,251). Sum of RGB (Red+Green+Blue) = 179+63+251=493 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.31% from 493); Green value is 63 (25% from 255 or 12.78% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #B33FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33FFB is #4CC004. Grayscale: #767676. Windows color (decimal): -5029893 or 16465843. OLE color: 16465843.

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

Color convert

RGB 179 63 251 -
CMYK 0.29 0.75 0 0.02
HSL 277.02º 0.96% 0.62% -
HSV(B) 277.02º 0.75% 0.98% -
XYZ 37.78 20.1 93.16 -
YUV 119.12 202.43 170.71 -
System Red Green Blue C M Y K H S L
Decimal 179 63 251 0.29 0.75 0 0.02 277.02 0.96 0.62
Hex B3 3F FB 1D 4B 0 2 115 60 3E
Octal 263 77 373 35 113 0 2 425 140 76
Binary 10110011 111111 11111011 11101 1001011 0 10 100010101 1100000 111110

Color Harmonies of #B33FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33FFB

Black with #B33FFB

Text Example


Text Example

White with #B33FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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