Html Css Color HEX #B334EC Dark Orchid

📋 copy color: '#B334EC'

red 179 ◦ green 52 ◦ blue 236

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

Shades of Dark Orchid #B334EC

Tints of Dark Orchid #B334EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.54%

R = 38.33%
G = 11.13%
B = 50.54%

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

#B334EC (or 0xB334EC) is known color: Dark Orchid. HEX triplet: B3, 34 and EC. RGB value is (179,52,236). Sum of RGB (Red+Green+Blue) = 179+52+236=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 52 (20.70% from 255 or 11.13% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #B334EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B334EC is #4CCB13. Grayscale: #6E6E6E. Windows color (decimal): -5032724 or 15479987. OLE color: 15479987.

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

Color convert

RGB 179 52 236 -
CMYK 0.24 0.78 0 0.07
HSL 281.41º 0.83% 0.56% -
HSV(B) 281.41º 0.78% 0.93% -
XYZ 34.96 18.1 81.01 -
YUV 110.95 198.58 176.54 -
System Red Green Blue C M Y K H S L
Decimal 179 52 236 0.24 0.78 0 0.07 281.41 0.83 0.56
Hex B3 34 EC 18 4E 0 7 119 53 38
Octal 263 64 354 30 116 0 7 431 123 70
Binary 10110011 110100 11101100 11000 1001110 0 111 100011001 1010011 111000

Color Harmonies of #B334EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B334EC

Black with #B334EC

Text Example


Text Example

White with #B334EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B334EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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