Html Css Color HEX #B034ED Dark Orchid

📋 copy color: '#B034ED'

red 176 ◦ green 52 ◦ blue 237

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

Shades of Dark Orchid #B034ED

Tints of Dark Orchid #B034ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.97%

R = 37.85%
G = 11.18%
B = 50.97%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B034ED (or 0xB034ED) is known color: Dark Orchid. HEX triplet: B0, 34 and ED. RGB value is (176,52,237). Sum of RGB (Red+Green+Blue) = 176+52+237=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 52 (20.70% from 255 or 11.18% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #B034ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B034ED is #4FCB12. Grayscale: #6D6D6D. Windows color (decimal): -5229331 or 15545520. OLE color: 15545520.

HSL color Cylindrical-coordinate representation of color #B034ED: hue angle of 280.22º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B034ED is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 52 237 -
CMYK 0.26 0.78 0 0.07
HSL 280.22º 0.84% 0.57% -
HSV(B) 280.22º 0.78% 0.93% -
XYZ 34.42 17.8 81.74 -
YUV 110.17 199.58 174.96 -
System Red Green Blue C M Y K H S L
Decimal 176 52 237 0.26 0.78 0 0.07 280.22 0.84 0.57
Hex B0 34 ED 1A 4E 0 7 118 54 39
Octal 260 64 355 32 116 0 7 430 124 71
Binary 10110000 110100 11101101 11010 1001110 0 111 100011000 1010100 111001

Color Harmonies of #B034ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B034ED

Black with #B034ED

Text Example


Text Example

White with #B034ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B034ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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