Html Css Color HEX #B135ED Dark Orchid

📋 copy color: '#B135ED'

red 177 ◦ green 53 ◦ blue 237

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

Shades of Dark Orchid #B135ED

Tints of Dark Orchid #B135ED

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.35%

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

R = 37.9%
G = 11.35%
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

#B135ED (or 0xB135ED) is known color: Dark Orchid. HEX triplet: B1, 35 and ED. RGB value is (177,53,237). Sum of RGB (Red+Green+Blue) = 177+53+237=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 53 (21.09% from 255 or 11.35% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #B135ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B135ED is #4ECA12. Grayscale: #6E6E6E. Windows color (decimal): -5163539 or 15545777. OLE color: 15545777.

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

Color convert

RGB 177 53 237 -
CMYK 0.25 0.78 0 0.07
HSL 280.43º 0.84% 0.57% -
HSV(B) 280.43º 0.78% 0.93% -
XYZ 34.69 18.01 81.77 -
YUV 111.05 199.08 175.04 -
System Red Green Blue C M Y K H S L
Decimal 177 53 237 0.25 0.78 0 0.07 280.43 0.84 0.57
Hex B1 35 ED 19 4E 0 7 118 54 39
Octal 261 65 355 31 116 0 7 430 124 71
Binary 10110001 110101 11101101 11001 1001110 0 111 100011000 1010100 111001

Color Harmonies of #B135ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B135ED

Black with #B135ED

Text Example


Text Example

White with #B135ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B135ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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