Html Css Color HEX #B334CA Dark Orchid

📋 copy color: '#B334CA'

red 179 ◦ green 52 ◦ blue 202

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

Shades of Dark Orchid #B334CA

Tints of Dark Orchid #B334CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.65%

R = 41.34%
G = 12.01%
B = 46.65%

CMYK

 C value IS 0.11

 M value IS 0.74

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B334CA (or 0xB334CA) is known color: Dark Orchid. HEX triplet: B3, 34 and CA. RGB value is (179,52,202). Sum of RGB (Red+Green+Blue) = 179+52+202=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 52 (20.70% from 255 or 12.01% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #B334CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B334CA is #4CCB35. Grayscale: #6A6A6A. Windows color (decimal): -5032758 or 13251763. OLE color: 13251763.

HSL color Cylindrical-coordinate representation of color #B334CA: hue angle of 290.8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B334CA is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 179 52 202 -
CMYK 0.11 0.74 0 0.21
HSL 290.8º 0.59% 0.5% -
HSV(B) 290.8º 0.74% 0.79% -
XYZ 30.48 16.3 57.42 -
YUV 107.07 181.58 179.3 -
System Red Green Blue C M Y K H S L
Decimal 179 52 202 0.11 0.74 0 0.21 290.8 0.59 0.5
Hex B3 34 CA B 4A 0 15 123 3B 32
Octal 263 64 312 13 112 0 25 443 73 62
Binary 10110011 110100 11001010 1011 1001010 0 10101 100100011 111011 110010

Color Harmonies of #B334CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B334CA

Black with #B334CA

Text Example


Text Example

White with #B334CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B334CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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