Html Css Color HEX #B33BF8 Medium Orchid

📋 copy color: '#B33BF8'

red 179 ◦ green 59 ◦ blue 248

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

Shades of Medium Orchid #B33BF8

Tints of Medium Orchid #B33BF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 51.03%

R = 36.83%
G = 12.14%
B = 51.03%

CMYK

 C value IS 0.28

 M value IS 0.76

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B33BF8 (or 0xB33BF8) is known color: Medium Orchid. HEX triplet: B3, 3B and F8. RGB value is (179,59,248). Sum of RGB (Red+Green+Blue) = 179+59+248=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 59 (23.44% from 255 or 12.14% from 486); Blue value is 248 (97.27% from 255 or 51.03% from 486); Max value from RGB is 248 - color contains mainly: blue. Hex color #B33BF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33BF8 is #4CC407. Grayscale: #737373. Windows color (decimal): -5030920 or 16268211. OLE color: 16268211.

HSL color Cylindrical-coordinate representation of color #B33BF8: hue angle of 278.1º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B33BF8 is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 179 59 248 -
CMYK 0.28 0.76 0 0.03
HSL 278.1º 0.93% 0.6% -
HSV(B) 278.1º 0.76% 0.97% -
XYZ 37.1 19.49 90.61 -
YUV 116.43 202.26 172.63 -
System Red Green Blue C M Y K H S L
Decimal 179 59 248 0.28 0.76 0 0.03 278.1 0.93 0.6
Hex B3 3B F8 1C 4C 0 3 116 5D 3C
Octal 263 73 370 34 114 0 3 426 135 74
Binary 10110011 111011 11111000 11100 1001100 0 11 100010110 1011101 111100

Color Harmonies of #B33BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33BF8

Black with #B33BF8

Text Example


Text Example

White with #B33BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33BF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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