Html Css Color HEX #B034E8 Dark Orchid

📋 copy color: '#B034E8'

red 176 ◦ green 52 ◦ blue 232

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

Shades of Dark Orchid #B034E8

Tints of Dark Orchid #B034E8

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.3%

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

R = 38.26%
G = 11.3%
B = 50.43%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B034E8 (or 0xB034E8) is known color: Dark Orchid. HEX triplet: B0, 34 and E8. RGB value is (176,52,232). Sum of RGB (Red+Green+Blue) = 176+52+232=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 52 (20.70% from 255 or 11.30% from 460); Blue value is 232 (91.02% from 255 or 50.43% from 460); Max value from RGB is 232 - color contains mainly: blue. Hex color #B034E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B034E8 is #4FCB17. Grayscale: #6C6C6C. Windows color (decimal): -5229336 or 15217840. OLE color: 15217840.

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

Color convert

RGB 176 52 232 -
CMYK 0.24 0.78 0 0.09
HSL 281.33º 0.8% 0.56% -
HSV(B) 281.33º 0.78% 0.91% -
XYZ 33.7 17.51 77.95 -
YUV 109.6 197.08 175.36 -
System Red Green Blue C M Y K H S L
Decimal 176 52 232 0.24 0.78 0 0.09 281.33 0.8 0.56
Hex B0 34 E8 18 4E 0 9 119 50 38
Octal 260 64 350 30 116 0 11 431 120 70
Binary 10110000 110100 11101000 11000 1001110 0 1001 100011001 1010000 111000

Color Harmonies of #B034E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B034E8

Black with #B034E8

Text Example


Text Example

White with #B034E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B034E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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