Html Css Color HEX #B033DC Dark Orchid

📋 copy color: '#B033DC'

red 176 ◦ green 51 ◦ blue 220

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

Shades of Dark Orchid #B033DC

Tints of Dark Orchid #B033DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.22%

R = 39.37%
G = 11.41%
B = 49.22%

CMYK

 C value IS 0.2

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B033DC (or 0xB033DC) is known color: Dark Orchid. HEX triplet: B0, 33 and DC. RGB value is (176,51,220). Sum of RGB (Red+Green+Blue) = 176+51+220=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 51 (20.31% from 255 or 11.41% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #B033DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B033DC is #4FCC23. Grayscale: #6B6B6B. Windows color (decimal): -5229604 or 14431152. OLE color: 14431152.

HSL color Cylindrical-coordinate representation of color #B033DC: hue angle of 284.38º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B033DC is Cyan = 0.2, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 51 220 -
CMYK 0.2 0.77 0 0.14
HSL 284.38º 0.71% 0.53% -
HSV(B) 284.38º 0.77% 0.86% -
XYZ 32.01 16.77 69.26 -
YUV 107.64 191.41 176.76 -
System Red Green Blue C M Y K H S L
Decimal 176 51 220 0.2 0.77 0 0.14 284.38 0.71 0.53
Hex B0 33 DC 14 4D 0 E 11C 47 35
Octal 260 63 334 24 115 0 16 434 107 65
Binary 10110000 110011 11011100 10100 1001101 0 1110 100011100 1000111 110101

Color Harmonies of #B033DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B033DC

Black with #B033DC

Text Example


Text Example

White with #B033DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B033DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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