Html Css Color HEX #B334DD Dark Orchid

📋 copy color: '#B334DD'

red 179 ◦ green 52 ◦ blue 221

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

Shades of Dark Orchid #B334DD

Tints of Dark Orchid #B334DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.89%

R = 39.6%
G = 11.5%
B = 48.89%

CMYK

 C value IS 0.19

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B334DD (or 0xB334DD) is known color: Dark Orchid. HEX triplet: B3, 34 and DD. RGB value is (179,52,221). Sum of RGB (Red+Green+Blue) = 179+52+221=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 52 (20.70% from 255 or 11.50% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #B334DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B334DD is #4CCB22. Grayscale: #6C6C6C. Windows color (decimal): -5032739 or 14496947. OLE color: 14496947.

HSL color Cylindrical-coordinate representation of color #B334DD: hue angle of 285.09º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B334DD is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 52 221 -
CMYK 0.19 0.76 0 0.13
HSL 285.09º 0.71% 0.54% -
HSV(B) 285.09º 0.76% 0.87% -
XYZ 32.87 17.26 70.01 -
YUV 109.24 191.08 177.76 -
System Red Green Blue C M Y K H S L
Decimal 179 52 221 0.19 0.76 0 0.13 285.09 0.71 0.54
Hex B3 34 DD 13 4C 0 D 11D 47 36
Octal 263 64 335 23 114 0 15 435 107 66
Binary 10110011 110100 11011101 10011 1001100 0 1101 100011101 1000111 110110

Color Harmonies of #B334DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B334DD

Black with #B334DD

Text Example


Text Example

White with #B334DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B334DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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