Html Css Color HEX #B135CE Dark Orchid

📋 copy color: '#B135CE'

red 177 ◦ green 53 ◦ blue 206

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

Shades of Dark Orchid #B135CE

Tints of Dark Orchid #B135CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.25%

R = 40.6%
G = 12.16%
B = 47.25%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B135CE (or 0xB135CE) is known color: Dark Orchid. HEX triplet: B1, 35 and CE. RGB value is (177,53,206). Sum of RGB (Red+Green+Blue) = 177+53+206=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 53 (21.09% from 255 or 12.16% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #B135CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B135CE is #4ECA31. Grayscale: #6B6B6B. Windows color (decimal): -5163570 or 13514161. OLE color: 13514161.

HSL color Cylindrical-coordinate representation of color #B135CE: hue angle of 288.63º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B135CE is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 53 206 -
CMYK 0.14 0.74 0 0.19
HSL 288.63º 0.61% 0.51% -
HSV(B) 288.63º 0.74% 0.81% -
XYZ 30.55 16.35 59.94 -
YUV 107.52 183.58 177.56 -
System Red Green Blue C M Y K H S L
Decimal 177 53 206 0.14 0.74 0 0.19 288.63 0.61 0.51
Hex B1 35 CE E 4A 0 13 121 3D 33
Octal 261 65 316 16 112 0 23 441 75 63
Binary 10110001 110101 11001110 1110 1001010 0 10011 100100001 111101 110011

Color Harmonies of #B135CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B135CE

Black with #B135CE

Text Example


Text Example

White with #B135CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B135CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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