Html Css Color HEX #B131CD Dark Orchid

📋 copy color: '#B131CD'

red 177 ◦ green 49 ◦ blue 205

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

Shades of Dark Orchid #B131CD

Tints of Dark Orchid #B131CD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.37%

 BLUE value IS 205 (80.47% from 255) = 47.56%

R = 41.07%
G = 11.37%
B = 47.56%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B131CD (or 0xB131CD) is known color: Dark Orchid. HEX triplet: B1, 31 and CD. RGB value is (177,49,205). Sum of RGB (Red+Green+Blue) = 177+49+205=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 49 (19.53% from 255 or 11.37% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #B131CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B131CD is #4ECE32. Grayscale: #686868. Windows color (decimal): -5164595 or 13447601. OLE color: 13447601.

HSL color Cylindrical-coordinate representation of color #B131CD: hue angle of 289.23º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B131CD is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 49 205 -
CMYK 0.14 0.76 0 0.20
HSL 289.23º 0.61% 0.5% -
HSV(B) 289.23º 0.76% 0.8% -
XYZ 30.25 15.95 59.24 -
YUV 105.06 184.41 179.32 -
System Red Green Blue C M Y K H S L
Decimal 177 49 205 0.14 0.76 0 0.20 289.23 0.61 0.5
Hex B1 31 CD E 4C 0 14 121 3D 32
Octal 261 61 315 16 114 0 24 441 75 62
Binary 10110001 110001 11001101 1110 1001100 0 10100 100100001 111101 110010

Color Harmonies of #B131CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B131CD

Black with #B131CD

Text Example


Text Example

White with #B131CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B131CD; }

 p { color: rgb(177,49,205); }

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

background-color css

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

 a { background-color: rgb(177,49,205); }

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

border-color css

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

 span { border-color: rgb(177,49,205); }

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