Html Css Color HEX #B12BDF Dark Orchid

📋 copy color: '#B12BDF'

red 177 ◦ green 43 ◦ blue 223

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

Shades of Dark Orchid #B12BDF

Tints of Dark Orchid #B12BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.34%

R = 39.95%
G = 9.71%
B = 50.34%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B12BDF (or 0xB12BDF) is known color: Dark Orchid. HEX triplet: B1, 2B and DF. RGB value is (177,43,223). Sum of RGB (Red+Green+Blue) = 177+43+223=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 43 (17.19% from 255 or 9.71% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #B12BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12BDF is #4ED420. Grayscale: #676767. Windows color (decimal): -5166113 or 14625713. OLE color: 14625713.

HSL color Cylindrical-coordinate representation of color #B12BDF: hue angle of 284.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B12BDF is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 43 223 -
CMYK 0.21 0.81 0 0.13
HSL 284.67º 0.74% 0.52% -
HSV(B) 284.67º 0.81% 0.87% -
XYZ 32.31 16.4 71.27 -
YUV 103.59 195.39 180.36 -
System Red Green Blue C M Y K H S L
Decimal 177 43 223 0.21 0.81 0 0.13 284.67 0.74 0.52
Hex B1 2B DF 15 51 0 D 11D 4A 34
Octal 261 53 337 25 121 0 15 435 112 64
Binary 10110001 101011 11011111 10101 1010001 0 1101 100011101 1001010 110100

Color Harmonies of #B12BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12BDF

Black with #B12BDF

Text Example


Text Example

White with #B12BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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