Html Css Color HEX #B033BF Dark Orchid

📋 copy color: '#B033BF'

red 176 ◦ green 51 ◦ blue 191

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

Shades of Dark Orchid #B033BF

Tints of Dark Orchid #B033BF

RGB

 RED value IS 176 (69.14% from 255) = 42.11%

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

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

R = 42.11%
G = 12.2%
B = 45.69%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B033BF (or 0xB033BF) is known color: Dark Orchid. HEX triplet: B0, 33 and BF. RGB value is (176,51,191). Sum of RGB (Red+Green+Blue) = 176+51+191=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 51 (20.31% from 255 or 12.20% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #B033BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B033BF is #4FCC40. Grayscale: #676767. Windows color (decimal): -5229633 or 12530608. OLE color: 12530608.

HSL color Cylindrical-coordinate representation of color #B033BF: hue angle of 293.57º 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 #B033BF is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 51 191 -
CMYK 0.08 0.73 0 0.25
HSL 293.57º 0.58% 0.47% -
HSV(B) 293.57º 0.73% 0.75% -
XYZ 28.49 15.36 50.75 -
YUV 104.34 176.91 179.12 -
System Red Green Blue C M Y K H S L
Decimal 176 51 191 0.08 0.73 0 0.25 293.57 0.58 0.47
Hex B0 33 BF 8 49 0 19 126 3A 2F
Octal 260 63 277 10 111 0 31 446 72 57
Binary 10110000 110011 10111111 1000 1001001 0 11001 100100110 111010 101111

Color Harmonies of #B033BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B033BF

Black with #B033BF

Text Example


Text Example

White with #B033BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B033BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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