Html Css Color HEX #B034E1 Dark Orchid

📋 copy color: '#B034E1'

red 176 ◦ green 52 ◦ blue 225

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

Shades of Dark Orchid #B034E1

Tints of Dark Orchid #B034E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 49.67%

R = 38.85%
G = 11.48%
B = 49.67%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B034E1 (or 0xB034E1) is known color: Dark Orchid. HEX triplet: B0, 34 and E1. RGB value is (176,52,225). Sum of RGB (Red+Green+Blue) = 176+52+225=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 52 (20.70% from 255 or 11.48% from 453); Blue value is 225 (88.28% from 255 or 49.67% from 453); Max value from RGB is 225 - color contains mainly: blue. Hex color #B034E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B034E1 is #4FCB1E. Grayscale: #6C6C6C. Windows color (decimal): -5229343 or 14759088. OLE color: 14759088.

HSL color Cylindrical-coordinate representation of color #B034E1: hue angle of 283.01º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B034E1 is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 52 225 -
CMYK 0.22 0.77 0 0.12
HSL 283.01º 0.74% 0.54% -
HSV(B) 283.01º 0.77% 0.88% -
XYZ 32.72 17.12 72.81 -
YUV 108.8 193.58 175.93 -
System Red Green Blue C M Y K H S L
Decimal 176 52 225 0.22 0.77 0 0.12 283.01 0.74 0.54
Hex B0 34 E1 16 4D 0 C 11B 4A 36
Octal 260 64 341 26 115 0 14 433 112 66
Binary 10110000 110100 11100001 10110 1001101 0 1100 100011011 1001010 110110

Color Harmonies of #B034E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B034E1

Black with #B034E1

Text Example


Text Example

White with #B034E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B034E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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