Html Css Color HEX #B034BA Dark Orchid

📋 copy color: '#B034BA'

red 176 ◦ green 52 ◦ blue 186

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

Shades of Dark Orchid #B034BA

Tints of Dark Orchid #B034BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.93%

R = 42.51%
G = 12.56%
B = 44.93%

CMYK

 C value IS 0.05

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B034BA (or 0xB034BA) is known color: Dark Orchid. HEX triplet: B0, 34 and BA. RGB value is (176,52,186). Sum of RGB (Red+Green+Blue) = 176+52+186=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 52 (20.70% from 255 or 12.56% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #B034BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B034BA is #4FCB45. Grayscale: #676767. Windows color (decimal): -5229382 or 12203184. OLE color: 12203184.

HSL color Cylindrical-coordinate representation of color #B034BA: hue angle of 295.52º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B034BA is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 52 186 -
CMYK 0.05 0.72 0 0.27
HSL 295.52º 0.56% 0.47% -
HSV(B) 295.52º 0.72% 0.73% -
XYZ 28 15.23 47.92 -
YUV 104.35 174.08 179.1 -
System Red Green Blue C M Y K H S L
Decimal 176 52 186 0.05 0.72 0 0.27 295.52 0.56 0.47
Hex B0 34 BA 5 48 0 1B 128 38 2F
Octal 260 64 272 5 110 0 33 450 70 57
Binary 10110000 110100 10111010 101 1001000 0 11011 100101000 111000 101111

Color Harmonies of #B034BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B034BA

Black with #B034BA

Text Example


Text Example

White with #B034BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B034BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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