Html Css Color HEX #B11CCF Dark Orchid

📋 copy color: '#B11CCF'

red 177 ◦ green 28 ◦ blue 207

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

Shades of Dark Orchid #B11CCF

Tints of Dark Orchid #B11CCF

RGB

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

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

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

R = 42.96%
G = 6.8%
B = 50.24%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B11CCF (or 0xB11CCF) is known color: Dark Orchid. HEX triplet: B1, 1C and CF. RGB value is (177,28,207). Sum of RGB (Red+Green+Blue) = 177+28+207=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 28 (11.33% from 255 or 6.80% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #B11CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11CCF is #4EE330. Grayscale: #5C5C5C. Windows color (decimal): -5169969 or 13573297. OLE color: 13573297.

HSL color Cylindrical-coordinate representation of color #B11CCF: hue angle of 289.94º 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 #B11CCF is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 28 207 -
CMYK 0.14 0.86 0 0.19
HSL 289.94º 0.76% 0.46% -
HSV(B) 289.94º 0.86% 0.81% -
XYZ 29.81 14.68 60.29 -
YUV 92.96 192.36 187.95 -
System Red Green Blue C M Y K H S L
Decimal 177 28 207 0.14 0.86 0 0.19 289.94 0.76 0.46
Hex B1 1C CF E 56 0 13 122 4C 2E
Octal 261 34 317 16 126 0 23 442 114 56
Binary 10110001 11100 11001111 1110 1010110 0 10011 100100010 1001100 101110

Color Harmonies of #B11CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11CCF

Black with #B11CCF

Text Example


Text Example

White with #B11CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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