Html Css Color HEX #B333DA Dark Orchid

📋 copy color: '#B333DA'

red 179 ◦ green 51 ◦ blue 218

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

Shades of Dark Orchid #B333DA

Tints of Dark Orchid #B333DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.66%

R = 39.96%
G = 11.38%
B = 48.66%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B333DA (or 0xB333DA) is known color: Dark Orchid. HEX triplet: B3, 33 and DA. RGB value is (179,51,218). Sum of RGB (Red+Green+Blue) = 179+51+218=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 51 (20.31% from 255 or 11.38% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #B333DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B333DA is #4CCC25. Grayscale: #6B6B6B. Windows color (decimal): -5032998 or 14300083. OLE color: 14300083.

HSL color Cylindrical-coordinate representation of color #B333DA: hue angle of 285.99º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B333DA is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 51 218 -
CMYK 0.18 0.77 0 0.15
HSL 285.99º 0.69% 0.53% -
HSV(B) 285.99º 0.77% 0.85% -
XYZ 32.43 17.01 67.9 -
YUV 108.31 189.91 178.42 -
System Red Green Blue C M Y K H S L
Decimal 179 51 218 0.18 0.77 0 0.15 285.99 0.69 0.53
Hex B3 33 DA 12 4D 0 F 11E 45 35
Octal 263 63 332 22 115 0 17 436 105 65
Binary 10110011 110011 11011010 10010 1001101 0 1111 100011110 1000101 110101

Color Harmonies of #B333DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B333DA

Black with #B333DA

Text Example


Text Example

White with #B333DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B333DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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