Html Css Color HEX #B134EC Dark Orchid

📋 copy color: '#B134EC'

red 177 ◦ green 52 ◦ blue 236

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

Shades of Dark Orchid #B134EC

Tints of Dark Orchid #B134EC

RGB

 RED value IS 177 (69.53% from 255) = 38.06%

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

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

R = 38.06%
G = 11.18%
B = 50.75%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B134EC (or 0xB134EC) is known color: Dark Orchid. HEX triplet: B1, 34 and EC. RGB value is (177,52,236). Sum of RGB (Red+Green+Blue) = 177+52+236=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 52 (20.70% from 255 or 11.18% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #B134EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B134EC is #4ECB13. Grayscale: #6D6D6D. Windows color (decimal): -5163796 or 15479985. OLE color: 15479985.

HSL color Cylindrical-coordinate representation of color #B134EC: hue angle of 280.76º 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 #B134EC is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 52 236 -
CMYK 0.25 0.78 0 0.07
HSL 280.76º 0.83% 0.56% -
HSV(B) 280.76º 0.78% 0.93% -
XYZ 34.5 17.86 80.99 -
YUV 110.35 198.91 175.54 -
System Red Green Blue C M Y K H S L
Decimal 177 52 236 0.25 0.78 0 0.07 280.76 0.83 0.56
Hex B1 34 EC 19 4E 0 7 119 53 38
Octal 261 64 354 31 116 0 7 431 123 70
Binary 10110001 110100 11101100 11001 1001110 0 111 100011001 1010011 111000

Color Harmonies of #B134EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B134EC

Black with #B134EC

Text Example


Text Example

White with #B134EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B134EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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