Html Css Color HEX #B334ED Dark Orchid

📋 copy color: '#B334ED'

red 179 ◦ green 52 ◦ blue 237

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

Shades of Dark Orchid #B334ED

Tints of Dark Orchid #B334ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.64%

R = 38.25%
G = 11.11%
B = 50.64%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B334ED (or 0xB334ED) is known color: Dark Orchid. HEX triplet: B3, 34 and ED. RGB value is (179,52,237). Sum of RGB (Red+Green+Blue) = 179+52+237=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 52 (20.70% from 255 or 11.11% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #B334ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B334ED is #4CCB12. Grayscale: #6E6E6E. Windows color (decimal): -5032723 or 15545523. OLE color: 15545523.

HSL color Cylindrical-coordinate representation of color #B334ED: hue angle of 281.19º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B334ED is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 52 237 -
CMYK 0.24 0.78 0 0.07
HSL 281.19º 0.84% 0.57% -
HSV(B) 281.19º 0.78% 0.93% -
XYZ 35.1 18.15 81.77 -
YUV 111.06 199.08 176.46 -
System Red Green Blue C M Y K H S L
Decimal 179 52 237 0.24 0.78 0 0.07 281.19 0.84 0.57
Hex B3 34 ED 18 4E 0 7 119 54 39
Octal 263 64 355 30 116 0 7 431 124 71
Binary 10110011 110100 11101101 11000 1001110 0 111 100011001 1010100 111001

Color Harmonies of #B334ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B334ED

Black with #B334ED

Text Example


Text Example

White with #B334ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B334ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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