Html Css Color HEX #B333BF Dark Orchid

📋 copy color: '#B333BF'

red 179 ◦ green 51 ◦ blue 191

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

Shades of Dark Orchid #B333BF

Tints of Dark Orchid #B333BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.37%

R = 42.52%
G = 12.11%
B = 45.37%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B333BF (or 0xB333BF) is known color: Dark Orchid. HEX triplet: B3, 33 and BF. RGB value is (179,51,191). Sum of RGB (Red+Green+Blue) = 179+51+191=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 51 (20.31% from 255 or 12.11% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 191 - color contains mainly: blue. Hex color #B333BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B333BF is #4CCC40. Grayscale: #686868. Windows color (decimal): -5033025 or 12530611. OLE color: 12530611.

HSL color Cylindrical-coordinate representation of color #B333BF: hue angle of 294.86º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B333BF is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 51 191 -
CMYK 0.06 0.73 0 0.25
HSL 294.86º 0.58% 0.47% -
HSV(B) 294.86º 0.73% 0.75% -
XYZ 29.18 15.71 50.79 -
YUV 105.23 176.41 180.62 -
System Red Green Blue C M Y K H S L
Decimal 179 51 191 0.06 0.73 0 0.25 294.86 0.58 0.47
Hex B3 33 BF 6 49 0 19 127 3A 2F
Octal 263 63 277 6 111 0 31 447 72 57
Binary 10110011 110011 10111111 110 1001001 0 11001 100100111 111010 101111

Color Harmonies of #B333BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B333BF

Black with #B333BF

Text Example


Text Example

White with #B333BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B333BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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