Html Css Color HEX #B130CD Dark Orchid

📋 copy color: '#B130CD'

red 177 ◦ green 48 ◦ blue 205

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

Shades of Dark Orchid #B130CD

Tints of Dark Orchid #B130CD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.16%

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

R = 41.16%
G = 11.16%
B = 47.67%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B130CD (or 0xB130CD) is known color: Dark Orchid. HEX triplet: B1, 30 and CD. RGB value is (177,48,205). Sum of RGB (Red+Green+Blue) = 177+48+205=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 48 (19.14% from 255 or 11.16% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #B130CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B130CD is #4ECF32. Grayscale: #676767. Windows color (decimal): -5164851 or 13447345. OLE color: 13447345.

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

Color convert

RGB 177 48 205 -
CMYK 0.14 0.77 0 0.20
HSL 289.3º 0.62% 0.5% -
HSV(B) 289.3º 0.77% 0.8% -
XYZ 30.21 15.87 59.23 -
YUV 104.47 184.74 179.73 -
System Red Green Blue C M Y K H S L
Decimal 177 48 205 0.14 0.77 0 0.20 289.3 0.62 0.5
Hex B1 30 CD E 4D 0 14 121 3E 32
Octal 261 60 315 16 115 0 24 441 76 62
Binary 10110001 110000 11001101 1110 1001101 0 10100 100100001 111110 110010

Color Harmonies of #B130CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B130CD

Black with #B130CD

Text Example


Text Example

White with #B130CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B130CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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