Html Css Color HEX #B61FCD Dark Orchid

📋 copy color: '#B61FCD'

red 182 ◦ green 31 ◦ blue 205

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

Shades of Dark Orchid #B61FCD

Tints of Dark Orchid #B61FCD

RGB

 RED value IS 182 (71.48% from 255) = 43.54%

 GREEN value IS 31 (12.5% from 255) = 7.42%

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

R = 43.54%
G = 7.42%
B = 49.04%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B61FCD (or 0xB61FCD) is known color: Dark Orchid. HEX triplet: B6, 1F and CD. RGB value is (182,31,205). Sum of RGB (Red+Green+Blue) = 182+31+205=418 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.54% from 418); Green value is 31 (12.5% from 255 or 7.42% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #B61FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61FCD is #49E032. Grayscale: #5F5F5F. Windows color (decimal): -4841523 or 13442998. OLE color: 13442998.

HSL color Cylindrical-coordinate representation of color #B61FCD: hue angle of 292.07º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B61FCD is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 31 205 -
CMYK 0.11 0.85 0 0.20
HSL 292.07º 0.74% 0.46% -
HSV(B) 292.07º 0.85% 0.8% -
XYZ 30.8 15.33 59.09 -
YUV 95.99 189.53 189.35 -
System Red Green Blue C M Y K H S L
Decimal 182 31 205 0.11 0.85 0 0.20 292.07 0.74 0.46
Hex B6 1F CD B 55 0 14 124 4A 2E
Octal 266 37 315 13 125 0 24 444 112 56
Binary 10110110 11111 11001101 1011 1010101 0 10100 100100100 1001010 101110

Color Harmonies of #B61FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61FCD

Black with #B61FCD

Text Example


Text Example

White with #B61FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61FCD; }

 p { color: rgb(182,31,205); }

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

background-color css

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

 a { background-color: rgb(182,31,205); }

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

border-color css

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

 span { border-color: rgb(182,31,205); }

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