Html Css Color HEX #851BBD Dark Orchid

📋 copy color: '#851BBD'

red 133 ◦ green 27 ◦ blue 189

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

Shades of Dark Orchid #851BBD

Tints of Dark Orchid #851BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 54.15%

R = 38.11%
G = 7.74%
B = 54.15%

CMYK

 C value IS 0.30

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#851BBD (or 0x851BBD) is known color: Dark Orchid. HEX triplet: 85, 1B and BD. RGB value is (133,27,189). Sum of RGB (Red+Green+Blue) = 133+27+189=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 27 (10.94% from 255 or 7.74% from 349); Blue value is 189 (74.22% from 255 or 54.15% from 349); Max value from RGB is 189 - color contains mainly: blue. Hex color #851BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851BBD is #7AE442. Grayscale: #4C4C4C. Windows color (decimal): -8053827 or 12393349. OLE color: 12393349.

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

Color convert

RGB 133 27 189 -
CMYK 0.30 0.86 0 0.26
HSL 279.26º 0.75% 0.42% -
HSV(B) 279.26º 0.86% 0.74% -
XYZ 19.25 9.44 48.95 -
YUV 77.16 191.12 167.83 -
System Red Green Blue C M Y K H S L
Decimal 133 27 189 0.30 0.86 0 0.26 279.26 0.75 0.42
Hex 85 1B BD 1E 56 0 1A 117 4B 2A
Octal 205 33 275 36 126 0 32 427 113 52
Binary 10000101 11011 10111101 11110 1010110 0 11010 100010111 1001011 101010

Color Harmonies of #851BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851BBD

Black with #851BBD

Text Example


Text Example

White with #851BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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