Html Css Color HEX #B030DF Dark Orchid

📋 copy color: '#B030DF'

red 176 ◦ green 48 ◦ blue 223

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

Shades of Dark Orchid #B030DF

Tints of Dark Orchid #B030DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.89%

R = 39.37%
G = 10.74%
B = 49.89%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B030DF (or 0xB030DF) is known color: Dark Orchid. HEX triplet: B0, 30 and DF. RGB value is (176,48,223). Sum of RGB (Red+Green+Blue) = 176+48+223=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 48 (19.14% from 255 or 10.74% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #B030DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B030DF is #4FCF20. Grayscale: #696969. Windows color (decimal): -5230369 or 14626992. OLE color: 14626992.

HSL color Cylindrical-coordinate representation of color #B030DF: hue angle of 283.89º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B030DF is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 48 223 -
CMYK 0.21 0.78 0 0.13
HSL 283.89º 0.73% 0.53% -
HSV(B) 283.89º 0.78% 0.87% -
XYZ 32.28 16.67 71.33 -
YUV 106.22 193.91 177.77 -
System Red Green Blue C M Y K H S L
Decimal 176 48 223 0.21 0.78 0 0.13 283.89 0.73 0.53
Hex B0 30 DF 15 4E 0 D 11C 49 35
Octal 260 60 337 25 116 0 15 434 111 65
Binary 10110000 110000 11011111 10101 1001110 0 1101 100011100 1001001 110101

Color Harmonies of #B030DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B030DF

Black with #B030DF

Text Example


Text Example

White with #B030DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B030DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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