Html Css Color HEX #B034CE Dark Orchid

📋 copy color: '#B034CE'

red 176 ◦ green 52 ◦ blue 206

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

Shades of Dark Orchid #B034CE

Tints of Dark Orchid #B034CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.47%

R = 40.55%
G = 11.98%
B = 47.47%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B034CE (or 0xB034CE) is known color: Dark Orchid. HEX triplet: B0, 34 and CE. RGB value is (176,52,206). Sum of RGB (Red+Green+Blue) = 176+52+206=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 52 (20.70% from 255 or 11.98% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #B034CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B034CE is #4FCB31. Grayscale: #6A6A6A. Windows color (decimal): -5229362 or 13513904. OLE color: 13513904.

HSL color Cylindrical-coordinate representation of color #B034CE: hue angle of 288.31º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B034CE is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 52 206 -
CMYK 0.15 0.75 0 0.19
HSL 288.31º 0.61% 0.51% -
HSV(B) 288.31º 0.75% 0.81% -
XYZ 30.27 16.14 59.91 -
YUV 106.63 184.08 177.48 -
System Red Green Blue C M Y K H S L
Decimal 176 52 206 0.15 0.75 0 0.19 288.31 0.61 0.51
Hex B0 34 CE F 4B 0 13 120 3D 33
Octal 260 64 316 17 113 0 23 440 75 63
Binary 10110000 110100 11001110 1111 1001011 0 10011 100100000 111101 110011

Color Harmonies of #B034CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B034CE

Black with #B034CE

Text Example


Text Example

White with #B034CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B034CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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