Html Css Color HEX #B334D5 Dark Orchid

📋 copy color: '#B334D5'

red 179 ◦ green 52 ◦ blue 213

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

Shades of Dark Orchid #B334D5

Tints of Dark Orchid #B334D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.97%

R = 40.32%
G = 11.71%
B = 47.97%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B334D5 (or 0xB334D5) is known color: Dark Orchid. HEX triplet: B3, 34 and D5. RGB value is (179,52,213). Sum of RGB (Red+Green+Blue) = 179+52+213=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 52 (20.70% from 255 or 11.71% from 444); Blue value is 213 (83.59% from 255 or 47.97% from 444); Max value from RGB is 213 - color contains mainly: blue. Hex color #B334D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B334D5 is #4CCB2A. Grayscale: #6B6B6B. Windows color (decimal): -5032747 or 13972659. OLE color: 13972659.

HSL color Cylindrical-coordinate representation of color #B334D5: hue angle of 287.33º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B334D5 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 179 52 213 -
CMYK 0.16 0.76 0 0.16
HSL 287.33º 0.66% 0.52% -
HSV(B) 287.33º 0.76% 0.84% -
XYZ 31.83 16.84 64.52 -
YUV 108.33 187.08 178.41 -
System Red Green Blue C M Y K H S L
Decimal 179 52 213 0.16 0.76 0 0.16 287.33 0.66 0.52
Hex B3 34 D5 10 4C 0 10 11F 42 34
Octal 263 64 325 20 114 0 20 437 102 64
Binary 10110011 110100 11010101 10000 1001100 0 10000 100011111 1000010 110100

Color Harmonies of #B334D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B334D5

Black with #B334D5

Text Example


Text Example

White with #B334D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B334D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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