Html Css Color HEX #B41CCF Dark Orchid

📋 copy color: '#B41CCF'

red 180 ◦ green 28 ◦ blue 207

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

Shades of Dark Orchid #B41CCF

Tints of Dark Orchid #B41CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.88%

R = 43.37%
G = 6.75%
B = 49.88%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B41CCF (or 0xB41CCF) is known color: Dark Orchid. HEX triplet: B4, 1C and CF. RGB value is (180,28,207). Sum of RGB (Red+Green+Blue) = 180+28+207=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 28 (11.33% from 255 or 6.75% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #B41CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41CCF is #4BE330. Grayscale: #5D5D5D. Windows color (decimal): -4973361 or 13573300. OLE color: 13573300.

HSL color Cylindrical-coordinate representation of color #B41CCF: hue angle of 290.95º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B41CCF is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 28 207 -
CMYK 0.13 0.86 0 0.19
HSL 290.95º 0.76% 0.46% -
HSV(B) 290.95º 0.86% 0.81% -
XYZ 30.5 15.04 60.33 -
YUV 93.85 191.86 189.45 -
System Red Green Blue C M Y K H S L
Decimal 180 28 207 0.13 0.86 0 0.19 290.95 0.76 0.46
Hex B4 1C CF D 56 0 13 123 4C 2E
Octal 264 34 317 15 126 0 23 443 114 56
Binary 10110100 11100 11001111 1101 1010110 0 10011 100100011 1001100 101110

Color Harmonies of #B41CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41CCF

Black with #B41CCF

Text Example


Text Example

White with #B41CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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