Html Css Color HEX #851FBE Dark Orchid

📋 copy color: '#851FBE'

red 133 ◦ green 31 ◦ blue 190

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

Shades of Dark Orchid #851FBE

Tints of Dark Orchid #851FBE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.76%

 BLUE value IS 190 (74.61% from 255) = 53.67%

R = 37.57%
G = 8.76%
B = 53.67%

CMYK

 C value IS 0.3

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#851FBE (or 0x851FBE) is known color: Dark Orchid. HEX triplet: 85, 1F and BE. RGB value is (133,31,190). Sum of RGB (Red+Green+Blue) = 133+31+190=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 31 (12.5% from 255 or 8.76% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #851FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851FBE is #7AE041. Grayscale: #4F4F4F. Windows color (decimal): -8052802 or 12459909. OLE color: 12459909.

HSL color Cylindrical-coordinate representation of color #851FBE: hue angle of 278.49º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #851FBE is Cyan = 0.3, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 31 190 -
CMYK 0.3 0.84 0 0.25
HSL 278.49º 0.72% 0.43% -
HSV(B) 278.49º 0.84% 0.75% -
XYZ 19.46 9.68 49.56 -
YUV 79.62 190.29 166.07 -
System Red Green Blue C M Y K H S L
Decimal 133 31 190 0.3 0.84 0 0.25 278.49 0.72 0.43
Hex 85 1F BE 1E 54 0 19 116 48 2B
Octal 205 37 276 36 124 0 31 426 110 53
Binary 10000101 11111 10111110 11110 1010100 0 11001 100010110 1001000 101011

Color Harmonies of #851FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851FBE

Black with #851FBE

Text Example


Text Example

White with #851FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,31,190); }

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

background-color css

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

 a { background-color: rgb(133,31,190); }

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

border-color css

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

 span { border-color: rgb(133,31,190); }

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