Html Css Color HEX #812BBC Dark Orchid

📋 copy color: '#812BBC'

red 129 ◦ green 43 ◦ blue 188

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

Shades of Dark Orchid #812BBC

Tints of Dark Orchid #812BBC

RGB

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

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

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

R = 35.83%
G = 11.94%
B = 52.22%

CMYK

 C value IS 0.31

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#812BBC (or 0x812BBC) is known color: Dark Orchid. HEX triplet: 81, 2B and BC. RGB value is (129,43,188). Sum of RGB (Red+Green+Blue) = 129+43+188=360 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.83% from 360); Green value is 43 (17.19% from 255 or 11.94% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #812BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812BBC is #7ED443. Grayscale: #545454. Windows color (decimal): -8311876 or 12331905. OLE color: 12331905.

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

Color convert

RGB 129 43 188 -
CMYK 0.31 0.77 0 0.26
HSL 275.59º 0.63% 0.45% -
HSV(B) 275.59º 0.77% 0.74% -
XYZ 18.99 10.03 48.51 -
YUV 85.24 185.99 159.21 -
System Red Green Blue C M Y K H S L
Decimal 129 43 188 0.31 0.77 0 0.26 275.59 0.63 0.45
Hex 81 2B BC 1F 4D 0 1A 114 3F 2D
Octal 201 53 274 37 115 0 32 424 77 55
Binary 10000001 101011 10111100 11111 1001101 0 11010 100010100 111111 101101

Color Harmonies of #812BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812BBC

Black with #812BBC

Text Example


Text Example

White with #812BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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