Html Css Color HEX #B333E6 Dark Orchid

📋 copy color: '#B333E6'

red 179 ◦ green 51 ◦ blue 230

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

Shades of Dark Orchid #B333E6

Tints of Dark Orchid #B333E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 50%

R = 38.91%
G = 11.09%
B = 50%

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

#B333E6 (or 0xB333E6) is known color: Dark Orchid. HEX triplet: B3, 33 and E6. RGB value is (179,51,230). Sum of RGB (Red+Green+Blue) = 179+51+230=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 51 (20.31% from 255 or 11.09% from 460); Blue value is 230 (90.23% from 255 or 50% from 460); Max value from RGB is 230 - color contains mainly: blue. Hex color #B333E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B333E6 is #4CCC19. Grayscale: #6D6D6D. Windows color (decimal): -5032986 or 15086515. OLE color: 15086515.

HSL color Cylindrical-coordinate representation of color #B333E6: hue angle of 282.91º degrees, saturation: 0.78, 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 #B333E6 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 179 51 230 -
CMYK 0.22 0.78 0 0.10
HSL 282.91º 0.78% 0.55% -
HSV(B) 282.91º 0.78% 0.9% -
XYZ 34.06 17.66 76.48 -
YUV 109.68 195.91 177.45 -
System Red Green Blue C M Y K H S L
Decimal 179 51 230 0.22 0.78 0 0.10 282.91 0.78 0.55
Hex B3 33 E6 16 4E 0 A 11B 4E 37
Octal 263 63 346 26 116 0 12 433 116 67
Binary 10110011 110011 11100110 10110 1001110 0 1010 100011011 1001110 110111

Color Harmonies of #B333E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B333E6

Black with #B333E6

Text Example


Text Example

White with #B333E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B333E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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