Html Css Color HEX #B030DC Dark Orchid

📋 copy color: '#B030DC'

red 176 ◦ green 48 ◦ blue 220

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

Shades of Dark Orchid #B030DC

Tints of Dark Orchid #B030DC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.81%

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

R = 39.64%
G = 10.81%
B = 49.55%

CMYK

 C value IS 0.2

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B030DC (or 0xB030DC) is known color: Dark Orchid. HEX triplet: B0, 30 and DC. RGB value is (176,48,220). Sum of RGB (Red+Green+Blue) = 176+48+220=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 48 (19.14% from 255 or 10.81% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #B030DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B030DC is #4FCF23. Grayscale: #696969. Windows color (decimal): -5230372 or 14430384. OLE color: 14430384.

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

Color convert

RGB 176 48 220 -
CMYK 0.2 0.78 0 0.14
HSL 284.65º 0.71% 0.53% -
HSV(B) 284.65º 0.78% 0.86% -
XYZ 31.88 16.51 69.22 -
YUV 105.88 192.41 178.01 -
System Red Green Blue C M Y K H S L
Decimal 176 48 220 0.2 0.78 0 0.14 284.65 0.71 0.53
Hex B0 30 DC 14 4E 0 E 11D 47 35
Octal 260 60 334 24 116 0 16 435 107 65
Binary 10110000 110000 11011100 10100 1001110 0 1110 100011101 1000111 110101

Color Harmonies of #B030DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B030DC

Black with #B030DC

Text Example


Text Example

White with #B030DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B030DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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