Html Css Color HEX #851CBB Dark Orchid

📋 copy color: '#851CBB'

red 133 ◦ green 28 ◦ blue 187

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

Shades of Dark Orchid #851CBB

Tints of Dark Orchid #851CBB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.05%

 BLUE value IS 187 (73.44% from 255) = 53.74%

R = 38.22%
G = 8.05%
B = 53.74%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#851CBB (or 0x851CBB) is known color: Dark Orchid. HEX triplet: 85, 1C and BB. RGB value is (133,28,187). Sum of RGB (Red+Green+Blue) = 133+28+187=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 28 (11.33% from 255 or 8.05% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #851CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851CBB is #7AE344. Grayscale: #4C4C4C. Windows color (decimal): -8053573 or 12262533. OLE color: 12262533.

HSL color Cylindrical-coordinate representation of color #851CBB: hue angle of 279.62º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #851CBB is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 28 187 -
CMYK 0.29 0.85 0 0.27
HSL 279.62º 0.74% 0.42% -
HSV(B) 279.62º 0.85% 0.73% -
XYZ 19.06 9.4 47.82 -
YUV 77.52 189.79 167.57 -
System Red Green Blue C M Y K H S L
Decimal 133 28 187 0.29 0.85 0 0.27 279.62 0.74 0.42
Hex 85 1C BB 1D 55 0 1B 118 4A 2A
Octal 205 34 273 35 125 0 33 430 112 52
Binary 10000101 11100 10111011 11101 1010101 0 11011 100011000 1001010 101010

Color Harmonies of #851CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851CBB

Black with #851CBB

Text Example


Text Example

White with #851CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,28,187); }

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

background-color css

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

 a { background-color: rgb(133,28,187); }

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

border-color css

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

 span { border-color: rgb(133,28,187); }

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