Html Css Color HEX #B135CF Dark Orchid

📋 copy color: '#B135CF'

red 177 ◦ green 53 ◦ blue 207

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

Shades of Dark Orchid #B135CF

Tints of Dark Orchid #B135CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.37%

R = 40.5%
G = 12.13%
B = 47.37%

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

#B135CF (or 0xB135CF) is known color: Dark Orchid. HEX triplet: B1, 35 and CF. RGB value is (177,53,207). Sum of RGB (Red+Green+Blue) = 177+53+207=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 53 (21.09% from 255 or 12.13% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #B135CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B135CF is #4ECA30. Grayscale: #6B6B6B. Windows color (decimal): -5163569 or 13579697. OLE color: 13579697.

HSL color Cylindrical-coordinate representation of color #B135CF: hue angle of 288.31º degrees, saturation: 0.62, 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 #B135CF is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 53 207 -
CMYK 0.14 0.74 0 0.19
HSL 288.31º 0.62% 0.51% -
HSV(B) 288.31º 0.74% 0.81% -
XYZ 30.67 16.4 60.58 -
YUV 107.63 184.08 177.48 -
System Red Green Blue C M Y K H S L
Decimal 177 53 207 0.14 0.74 0 0.19 288.31 0.62 0.51
Hex B1 35 CF E 4A 0 13 120 3E 33
Octal 261 65 317 16 112 0 23 440 76 63
Binary 10110001 110101 11001111 1110 1001010 0 10011 100100000 111110 110011

Color Harmonies of #B135CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B135CF

Black with #B135CF

Text Example


Text Example

White with #B135CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B135CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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