Html Css Color HEX #B135D4 Dark Orchid

📋 copy color: '#B135D4'

red 177 ◦ green 53 ◦ blue 212

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

Shades of Dark Orchid #B135D4

Tints of Dark Orchid #B135D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 47.96%

R = 40.05%
G = 11.99%
B = 47.96%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B135D4 (or 0xB135D4) is known color: Dark Orchid. HEX triplet: B1, 35 and D4. RGB value is (177,53,212). Sum of RGB (Red+Green+Blue) = 177+53+212=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 53 (21.09% from 255 or 11.99% from 442); Blue value is 212 (83.20% from 255 or 47.96% from 442); Max value from RGB is 212 - color contains mainly: blue. Hex color #B135D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B135D4 is #4ECA2B. Grayscale: #6B6B6B. Windows color (decimal): -5163564 or 13907377. OLE color: 13907377.

HSL color Cylindrical-coordinate representation of color #B135D4: hue angle of 286.79º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B135D4 is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 177 53 212 -
CMYK 0.17 0.75 0 0.17
HSL 286.79º 0.65% 0.52% -
HSV(B) 286.79º 0.75% 0.83% -
XYZ 31.29 16.65 63.85 -
YUV 108.2 186.58 177.07 -
System Red Green Blue C M Y K H S L
Decimal 177 53 212 0.17 0.75 0 0.17 286.79 0.65 0.52
Hex B1 35 D4 11 4B 0 11 11F 41 34
Octal 261 65 324 21 113 0 21 437 101 64
Binary 10110001 110101 11010100 10001 1001011 0 10001 100011111 1000001 110100

Color Harmonies of #B135D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B135D4

Black with #B135D4

Text Example


Text Example

White with #B135D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B135D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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