Html Css Color HEX #B030D3 Dark Orchid

📋 copy color: '#B030D3'

red 176 ◦ green 48 ◦ blue 211

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

Shades of Dark Orchid #B030D3

Tints of Dark Orchid #B030D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 48.51%

R = 40.46%
G = 11.03%
B = 48.51%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B030D3 (or 0xB030D3) is known color: Dark Orchid. HEX triplet: B0, 30 and D3. RGB value is (176,48,211). Sum of RGB (Red+Green+Blue) = 176+48+211=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 48 (19.14% from 255 or 11.03% from 435); Blue value is 211 (82.81% from 255 or 48.51% from 435); Max value from RGB is 211 - color contains mainly: blue. Hex color #B030D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B030D3 is #4FCF2C. Grayscale: #686868. Windows color (decimal): -5230381 or 13840560. OLE color: 13840560.

HSL color Cylindrical-coordinate representation of color #B030D3: hue angle of 287.12º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B030D3 is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 176 48 211 -
CMYK 0.17 0.77 0 0.17
HSL 287.12º 0.65% 0.51% -
HSV(B) 287.12º 0.77% 0.83% -
XYZ 30.72 16.05 63.11 -
YUV 104.85 187.91 178.75 -
System Red Green Blue C M Y K H S L
Decimal 176 48 211 0.17 0.77 0 0.17 287.12 0.65 0.51
Hex B0 30 D3 11 4D 0 11 11F 41 33
Octal 260 60 323 21 115 0 21 437 101 63
Binary 10110000 110000 11010011 10001 1001101 0 10001 100011111 1000001 110011

Color Harmonies of #B030D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B030D3

Black with #B030D3

Text Example


Text Example

White with #B030D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B030D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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