Html Css Color HEX #812FBC Dark Orchid

📋 copy color: '#812FBC'

red 129 ◦ green 47 ◦ blue 188

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

Shades of Dark Orchid #812FBC

Tints of Dark Orchid #812FBC

RGB

 RED value IS 129 (50.78% from 255) = 35.44%

 GREEN value IS 47 (18.75% from 255) = 12.91%

 BLUE value IS 188 (73.83% from 255) = 51.65%

R = 35.44%
G = 12.91%
B = 51.65%

CMYK

 C value IS 0.31

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#812FBC (or 0x812FBC) is known color: Dark Orchid. HEX triplet: 81, 2F and BC. RGB value is (129,47,188). Sum of RGB (Red+Green+Blue) = 129+47+188=364 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.44% from 364); Green value is 47 (18.75% from 255 or 12.91% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #812FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812FBC is #7ED043. Grayscale: #575757. Windows color (decimal): -8310852 or 12332929. OLE color: 12332929.

HSL color Cylindrical-coordinate representation of color #812FBC: hue angle of 274.89º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #812FBC is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 129 47 188 -
CMYK 0.31 0.75 0 0.26
HSL 274.89º 0.6% 0.46% -
HSV(B) 274.89º 0.75% 0.74% -
XYZ 19.15 10.33 48.56 -
YUV 87.59 184.67 157.54 -
System Red Green Blue C M Y K H S L
Decimal 129 47 188 0.31 0.75 0 0.26 274.89 0.6 0.46
Hex 81 2F BC 1F 4B 0 1A 113 3C 2E
Octal 201 57 274 37 113 0 32 423 74 56
Binary 10000001 101111 10111100 11111 1001011 0 11010 100010011 111100 101110

Color Harmonies of #812FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812FBC

Black with #812FBC

Text Example


Text Example

White with #812FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812FBC; }

 p { color: rgb(129,47,188); }

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

background-color css

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

 a { background-color: rgb(129,47,188); }

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

border-color css

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

 span { border-color: rgb(129,47,188); }

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