Html Css Color HEX #B135DA Dark Orchid

📋 copy color: '#B135DA'

red 177 ◦ green 53 ◦ blue 218

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

Shades of Dark Orchid #B135DA

Tints of Dark Orchid #B135DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.66%

R = 39.51%
G = 11.83%
B = 48.66%

CMYK

 C value IS 0.19

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B135DA (or 0xB135DA) is known color: Dark Orchid. HEX triplet: B1, 35 and DA. RGB value is (177,53,218). Sum of RGB (Red+Green+Blue) = 177+53+218=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 53 (21.09% from 255 or 11.83% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #B135DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B135DA is #4ECA25. Grayscale: #6C6C6C. Windows color (decimal): -5163558 or 14300593. OLE color: 14300593.

HSL color Cylindrical-coordinate representation of color #B135DA: hue angle of 285.09º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B135DA is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 53 218 -
CMYK 0.19 0.76 0 0.15
HSL 285.09º 0.69% 0.53% -
HSV(B) 285.09º 0.76% 0.85% -
XYZ 32.06 16.96 67.91 -
YUV 108.89 189.58 176.58 -
System Red Green Blue C M Y K H S L
Decimal 177 53 218 0.19 0.76 0 0.15 285.09 0.69 0.53
Hex B1 35 DA 13 4C 0 F 11D 45 35
Octal 261 65 332 23 114 0 17 435 105 65
Binary 10110001 110101 11011010 10011 1001100 0 1111 100011101 1000101 110101

Color Harmonies of #B135DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B135DA

Black with #B135DA

Text Example


Text Example

White with #B135DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B135DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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