Html Css Color HEX #B034D8 Dark Orchid

📋 copy color: '#B034D8'

red 176 ◦ green 52 ◦ blue 216

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

Shades of Dark Orchid #B034D8

Tints of Dark Orchid #B034D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 48.65%

R = 39.64%
G = 11.71%
B = 48.65%

CMYK

 C value IS 0.19

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B034D8 (or 0xB034D8) is known color: Dark Orchid. HEX triplet: B0, 34 and D8. RGB value is (176,52,216). Sum of RGB (Red+Green+Blue) = 176+52+216=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 52 (20.70% from 255 or 11.71% from 444); Blue value is 216 (84.77% from 255 or 48.65% from 444); Max value from RGB is 216 - color contains mainly: blue. Hex color #B034D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B034D8 is #4FCB27. Grayscale: #6B6B6B. Windows color (decimal): -5229352 or 14169264. OLE color: 14169264.

HSL color Cylindrical-coordinate representation of color #B034D8: hue angle of 285.37º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B034D8 is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 52 216 -
CMYK 0.19 0.76 0 0.15
HSL 285.37º 0.68% 0.53% -
HSV(B) 285.37º 0.76% 0.85% -
XYZ 31.53 16.64 66.52 -
YUV 107.77 189.08 176.66 -
System Red Green Blue C M Y K H S L
Decimal 176 52 216 0.19 0.76 0 0.15 285.37 0.68 0.53
Hex B0 34 D8 13 4C 0 F 11D 44 35
Octal 260 64 330 23 114 0 17 435 104 65
Binary 10110000 110100 11011000 10011 1001100 0 1111 100011101 1000100 110101

Color Harmonies of #B034D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B034D8

Black with #B034D8

Text Example


Text Example

White with #B034D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B034D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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