Html Css Color HEX #B030E8 Dark Orchid

📋 copy color: '#B030E8'

red 176 ◦ green 48 ◦ blue 232

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

Shades of Dark Orchid #B030E8

Tints of Dark Orchid #B030E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 50.88%

R = 38.6%
G = 10.53%
B = 50.88%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B030E8 (or 0xB030E8) is known color: Dark Orchid. HEX triplet: B0, 30 and E8. RGB value is (176,48,232). Sum of RGB (Red+Green+Blue) = 176+48+232=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 48 (19.14% from 255 or 10.53% from 456); Blue value is 232 (91.02% from 255 or 50.88% from 456); Max value from RGB is 232 - color contains mainly: blue. Hex color #B030E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B030E8 is #4FCF17. Grayscale: #6A6A6A. Windows color (decimal): -5230360 or 15216816. OLE color: 15216816.

HSL color Cylindrical-coordinate representation of color #B030E8: hue angle of 281.74º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B030E8 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 176 48 232 -
CMYK 0.24 0.79 0 0.09
HSL 281.74º 0.8% 0.55% -
HSV(B) 281.74º 0.79% 0.91% -
XYZ 33.53 17.17 77.89 -
YUV 107.25 198.41 177.04 -
System Red Green Blue C M Y K H S L
Decimal 176 48 232 0.24 0.79 0 0.09 281.74 0.8 0.55
Hex B0 30 E8 18 4F 0 9 11A 50 37
Octal 260 60 350 30 117 0 11 432 120 67
Binary 10110000 110000 11101000 11000 1001111 0 1001 100011010 1010000 110111

Color Harmonies of #B030E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B030E8

Black with #B030E8

Text Example


Text Example

White with #B030E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B030E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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