Html Css Color HEX #B134ED Dark Orchid

📋 copy color: '#B134ED'

red 177 ◦ green 52 ◦ blue 237

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

Shades of Dark Orchid #B134ED

Tints of Dark Orchid #B134ED

RGB

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

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

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

R = 37.98%
G = 11.16%
B = 50.86%

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

#B134ED (or 0xB134ED) is known color: Dark Orchid. HEX triplet: B1, 34 and ED. RGB value is (177,52,237). Sum of RGB (Red+Green+Blue) = 177+52+237=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 52 (20.70% from 255 or 11.16% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #B134ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B134ED is #4ECB12. Grayscale: #6D6D6D. Windows color (decimal): -5163795 or 15545521. OLE color: 15545521.

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

Color convert

RGB 177 52 237 -
CMYK 0.25 0.78 0 0.07
HSL 280.54º 0.84% 0.57% -
HSV(B) 280.54º 0.78% 0.93% -
XYZ 34.65 17.92 81.75 -
YUV 110.47 199.41 175.46 -
System Red Green Blue C M Y K H S L
Decimal 177 52 237 0.25 0.78 0 0.07 280.54 0.84 0.57
Hex B1 34 ED 19 4E 0 7 119 54 39
Octal 261 64 355 31 116 0 7 431 124 71
Binary 10110001 110100 11101101 11001 1001110 0 111 100011001 1010100 111001

Color Harmonies of #B134ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B134ED

Black with #B134ED

Text Example


Text Example

White with #B134ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B134ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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