Html Css Color HEX #B030E9 Dark Orchid

📋 copy color: '#B030E9'

red 176 ◦ green 48 ◦ blue 233

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

Shades of Dark Orchid #B030E9

Tints of Dark Orchid #B030E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 50.98%

R = 38.51%
G = 10.5%
B = 50.98%

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

#B030E9 (or 0xB030E9) is known color: Dark Orchid. HEX triplet: B0, 30 and E9. RGB value is (176,48,233). Sum of RGB (Red+Green+Blue) = 176+48+233=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 48 (19.14% from 255 or 10.50% from 457); Blue value is 233 (91.41% from 255 or 50.98% from 457); Max value from RGB is 233 - color contains mainly: blue. Hex color #B030E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B030E9 is #4FCF16. Grayscale: #6A6A6A. Windows color (decimal): -5230359 or 15282352. OLE color: 15282352.

HSL color Cylindrical-coordinate representation of color #B030E9: hue angle of 281.51º degrees, saturation: 0.81, 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 #B030E9 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 176 48 233 -
CMYK 0.24 0.79 0 0.09
HSL 281.51º 0.81% 0.55% -
HSV(B) 281.51º 0.79% 0.91% -
XYZ 33.67 17.23 78.64 -
YUV 107.36 198.91 176.96 -
System Red Green Blue C M Y K H S L
Decimal 176 48 233 0.24 0.79 0 0.09 281.51 0.81 0.55
Hex B0 30 E9 18 4F 0 9 11A 51 37
Octal 260 60 351 30 117 0 11 432 121 67
Binary 10110000 110000 11101001 11000 1001111 0 1001 100011010 1010001 110111

Color Harmonies of #B030E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B030E9

Black with #B030E9

Text Example


Text Example

White with #B030E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B030E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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