Html Css Color HEX #851BB3 Dark Orchid

📋 copy color: '#851BB3'

red 133 ◦ green 27 ◦ blue 179

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

Shades of Dark Orchid #851BB3

Tints of Dark Orchid #851BB3

RGB

 RED value IS 133 (52.34% from 255) = 39.23%

 GREEN value IS 27 (10.94% from 255) = 7.96%

 BLUE value IS 179 (70.31% from 255) = 52.8%

R = 39.23%
G = 7.96%
B = 52.8%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#851BB3 (or 0x851BB3) is known color: Dark Orchid. HEX triplet: 85, 1B and B3. RGB value is (133,27,179). Sum of RGB (Red+Green+Blue) = 133+27+179=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 27 (10.94% from 255 or 7.96% from 339); Blue value is 179 (70.31% from 255 or 52.80% from 339); Max value from RGB is 179 - color contains mainly: blue. Hex color #851BB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851BB3 is #7AE44C. Grayscale: #4B4B4B. Windows color (decimal): -8053837 or 11737989. OLE color: 11737989.

HSL color Cylindrical-coordinate representation of color #851BB3: hue angle of 281.84º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #851BB3 is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 133 27 179 -
CMYK 0.26 0.85 0 0.30
HSL 281.84º 0.74% 0.4% -
HSV(B) 281.84º 0.85% 0.7% -
XYZ 18.2 9.03 43.43 -
YUV 76.02 186.12 168.64 -
System Red Green Blue C M Y K H S L
Decimal 133 27 179 0.26 0.85 0 0.30 281.84 0.74 0.4
Hex 85 1B B3 1A 55 0 1E 11A 4A 28
Octal 205 33 263 32 125 0 36 432 112 50
Binary 10000101 11011 10110011 11010 1010101 0 11110 100011010 1001010 101000

Color Harmonies of #851BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851BB3

Black with #851BB3

Text Example


Text Example

White with #851BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851BB3; }

 p { color: rgb(133,27,179); }

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

background-color css

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

 a { background-color: rgb(133,27,179); }

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

border-color css

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

 span { border-color: rgb(133,27,179); }

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