Html Css Color HEX #B41CCC Dark Orchid

📋 copy color: '#B41CCC'

red 180 ◦ green 28 ◦ blue 204

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

Shades of Dark Orchid #B41CCC

Tints of Dark Orchid #B41CCC

RGB

 RED value IS 180 (70.7% from 255) = 43.69%

 GREEN value IS 28 (11.33% from 255) = 6.8%

 BLUE value IS 204 (80.08% from 255) = 49.51%

R = 43.69%
G = 6.8%
B = 49.51%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B41CCC (or 0xB41CCC) is known color: Dark Orchid. HEX triplet: B4, 1C and CC. RGB value is (180,28,204). Sum of RGB (Red+Green+Blue) = 180+28+204=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 28 (11.33% from 255 or 6.80% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #B41CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41CCC is #4BE333. Grayscale: #5C5C5C. Windows color (decimal): -4973364 or 13376692. OLE color: 13376692.

HSL color Cylindrical-coordinate representation of color #B41CCC: hue angle of 291.82º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B41CCC is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 180 28 204 -
CMYK 0.12 0.86 0 0.2
HSL 291.82º 0.76% 0.45% -
HSV(B) 291.82º 0.86% 0.8% -
XYZ 30.14 14.89 58.41 -
YUV 93.51 190.36 189.69 -
System Red Green Blue C M Y K H S L
Decimal 180 28 204 0.12 0.86 0 0.2 291.82 0.76 0.45
Hex B4 1C CC C 56 0 14 124 4C 2D
Octal 264 34 314 14 126 0 24 444 114 55
Binary 10110100 11100 11001100 1100 1010110 0 10100 100100100 1001100 101101

Color Harmonies of #B41CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41CCC

Black with #B41CCC

Text Example


Text Example

White with #B41CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41CCC; }

 p { color: rgb(180,28,204); }

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

background-color css

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

 a { background-color: rgb(180,28,204); }

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

border-color css

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

 span { border-color: rgb(180,28,204); }

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