Html Css Color HEX #B333E5 Dark Orchid

📋 copy color: '#B333E5'

red 179 ◦ green 51 ◦ blue 229

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

Shades of Dark Orchid #B333E5

Tints of Dark Orchid #B333E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 49.89%

R = 39%
G = 11.11%
B = 49.89%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B333E5 (or 0xB333E5) is known color: Dark Orchid. HEX triplet: B3, 33 and E5. RGB value is (179,51,229). Sum of RGB (Red+Green+Blue) = 179+51+229=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 51 (20.31% from 255 or 11.11% from 459); Blue value is 229 (89.84% from 255 or 49.89% from 459); Max value from RGB is 229 - color contains mainly: blue. Hex color #B333E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B333E5 is #4CCC1A. Grayscale: #6C6C6C. Windows color (decimal): -5032987 or 15020979. OLE color: 15020979.

HSL color Cylindrical-coordinate representation of color #B333E5: hue angle of 283.15º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B333E5 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 179 51 229 -
CMYK 0.22 0.78 0 0.10
HSL 283.15º 0.77% 0.55% -
HSV(B) 283.15º 0.78% 0.9% -
XYZ 33.92 17.61 75.74 -
YUV 109.56 195.41 177.53 -
System Red Green Blue C M Y K H S L
Decimal 179 51 229 0.22 0.78 0 0.10 283.15 0.77 0.55
Hex B3 33 E5 16 4E 0 A 11B 4D 37
Octal 263 63 345 26 116 0 12 433 115 67
Binary 10110011 110011 11100101 10110 1001110 0 1010 100011011 1001101 110111

Color Harmonies of #B333E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B333E5

Black with #B333E5

Text Example


Text Example

White with #B333E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B333E5; }

 p { color: rgb(179,51,229); }

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

background-color css

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

 a { background-color: rgb(179,51,229); }

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

border-color css

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

 span { border-color: rgb(179,51,229); }

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