Html Css Color HEX #B12BC7 Dark Orchid

📋 copy color: '#B12BC7'

red 177 ◦ green 43 ◦ blue 199

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

Shades of Dark Orchid #B12BC7

Tints of Dark Orchid #B12BC7

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.26%

 BLUE value IS 199 (78.13% from 255) = 47.49%

R = 42.24%
G = 10.26%
B = 47.49%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B12BC7 (or 0xB12BC7) is known color: Dark Orchid. HEX triplet: B1, 2B and C7. RGB value is (177,43,199). Sum of RGB (Red+Green+Blue) = 177+43+199=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 43 (17.19% from 255 or 10.26% from 419); Blue value is 199 (78.12% from 255 or 47.49% from 419); Max value from RGB is 199 - color contains mainly: blue. Hex color #B12BC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12BC7 is #4ED438. Grayscale: #646464. Windows color (decimal): -5166137 or 13052849. OLE color: 13052849.

HSL color Cylindrical-coordinate representation of color #B12BC7: hue angle of 291.54º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B12BC7 is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 177 43 199 -
CMYK 0.11 0.78 0 0.22
HSL 291.54º 0.64% 0.47% -
HSV(B) 291.54º 0.78% 0.78% -
XYZ 29.3 15.2 55.42 -
YUV 100.85 183.39 182.32 -
System Red Green Blue C M Y K H S L
Decimal 177 43 199 0.11 0.78 0 0.22 291.54 0.64 0.47
Hex B1 2B C7 B 4E 0 16 124 40 2F
Octal 261 53 307 13 116 0 26 444 100 57
Binary 10110001 101011 11000111 1011 1001110 0 10110 100100100 1000000 101111

Color Harmonies of #B12BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12BC7

Black with #B12BC7

Text Example


Text Example

White with #B12BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12BC7; }

 p { color: rgb(177,43,199); }

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

background-color css

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

 a { background-color: rgb(177,43,199); }

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

border-color css

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

 span { border-color: rgb(177,43,199); }

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