Html Css Color HEX #B034C1 Dark Orchid

📋 copy color: '#B034C1'

red 176 ◦ green 52 ◦ blue 193

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

Shades of Dark Orchid #B034C1

Tints of Dark Orchid #B034C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 45.84%

R = 41.81%
G = 12.35%
B = 45.84%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B034C1 (or 0xB034C1) is known color: Dark Orchid. HEX triplet: B0, 34 and C1. RGB value is (176,52,193). Sum of RGB (Red+Green+Blue) = 176+52+193=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 52 (20.70% from 255 or 12.35% from 421); Blue value is 193 (75.78% from 255 or 45.84% from 421); Max value from RGB is 193 - color contains mainly: blue. Hex color #B034C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B034C1 is #4FCB3E. Grayscale: #686868. Windows color (decimal): -5229375 or 12661936. OLE color: 12661936.

HSL color Cylindrical-coordinate representation of color #B034C1: hue angle of 292.77º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B034C1 is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 52 193 -
CMYK 0.09 0.73 0 0.24
HSL 292.77º 0.58% 0.48% -
HSV(B) 292.77º 0.73% 0.76% -
XYZ 28.76 15.54 51.94 -
YUV 105.15 177.58 178.54 -
System Red Green Blue C M Y K H S L
Decimal 176 52 193 0.09 0.73 0 0.24 292.77 0.58 0.48
Hex B0 34 C1 9 49 0 18 125 3A 30
Octal 260 64 301 11 111 0 30 445 72 60
Binary 10110000 110100 11000001 1001 1001001 0 11000 100100101 111010 110000

Color Harmonies of #B034C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B034C1

Black with #B034C1

Text Example


Text Example

White with #B034C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B034C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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