Html Css Color HEX #B334CE Dark Orchid

📋 copy color: '#B334CE'

red 179 ◦ green 52 ◦ blue 206

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

Shades of Dark Orchid #B334CE

Tints of Dark Orchid #B334CE

RGB

 RED value IS 179 (70.31% from 255) = 40.96%

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

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

R = 40.96%
G = 11.9%
B = 47.14%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B334CE (or 0xB334CE) is known color: Dark Orchid. HEX triplet: B3, 34 and CE. RGB value is (179,52,206). Sum of RGB (Red+Green+Blue) = 179+52+206=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 52 (20.70% from 255 or 11.90% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #B334CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B334CE is #4CCB31. Grayscale: #6B6B6B. Windows color (decimal): -5032754 or 13513907. OLE color: 13513907.

HSL color Cylindrical-coordinate representation of color #B334CE: hue angle of 289.48º 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 #B334CE is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 52 206 -
CMYK 0.13 0.75 0 0.19
HSL 289.48º 0.61% 0.51% -
HSV(B) 289.48º 0.75% 0.81% -
XYZ 30.96 16.5 59.94 -
YUV 107.53 183.58 178.98 -
System Red Green Blue C M Y K H S L
Decimal 179 52 206 0.13 0.75 0 0.19 289.48 0.61 0.51
Hex B3 34 CE D 4B 0 13 121 3D 33
Octal 263 64 316 15 113 0 23 441 75 63
Binary 10110011 110100 11001110 1101 1001011 0 10011 100100001 111101 110011

Color Harmonies of #B334CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B334CE

Black with #B334CE

Text Example


Text Example

White with #B334CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B334CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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