Html Css Color HEX #B61FCB Dark Orchid

📋 copy color: '#B61FCB'

red 182 ◦ green 31 ◦ blue 203

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

Shades of Dark Orchid #B61FCB

Tints of Dark Orchid #B61FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.8%

R = 43.75%
G = 7.45%
B = 48.8%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B61FCB (or 0xB61FCB) is known color: Dark Orchid. HEX triplet: B6, 1F and CB. RGB value is (182,31,203). Sum of RGB (Red+Green+Blue) = 182+31+203=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 31 (12.5% from 255 or 7.45% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #B61FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61FCB is #49E034. Grayscale: #5F5F5F. Windows color (decimal): -4841525 or 13311926. OLE color: 13311926.

HSL color Cylindrical-coordinate representation of color #B61FCB: hue angle of 292.67º 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 #B61FCB is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 31 203 -
CMYK 0.10 0.85 0 0.20
HSL 292.67º 0.74% 0.46% -
HSV(B) 292.67º 0.85% 0.8% -
XYZ 30.56 15.24 57.83 -
YUV 95.76 188.53 189.51 -
System Red Green Blue C M Y K H S L
Decimal 182 31 203 0.10 0.85 0 0.20 292.67 0.74 0.46
Hex B6 1F CB A 55 0 14 125 4A 2E
Octal 266 37 313 12 125 0 24 445 112 56
Binary 10110110 11111 11001011 1010 1010101 0 10100 100100101 1001010 101110

Color Harmonies of #B61FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61FCB

Black with #B61FCB

Text Example


Text Example

White with #B61FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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