Html Css Color HEX #B951F1 Medium Orchid

📋 copy color: '#B951F1'

red 185 ◦ green 81 ◦ blue 241

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

Shades of Medium Orchid #B951F1

Tints of Medium Orchid #B951F1

RGB

 RED value IS 185 (72.66% from 255) = 36.49%

 GREEN value IS 81 (32.03% from 255) = 15.98%

 BLUE value IS 241 (94.53% from 255) = 47.53%

R = 36.49%
G = 15.98%
B = 47.53%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B951F1 (or 0xB951F1) is known color: Medium Orchid. HEX triplet: B9, 51 and F1. RGB value is (185,81,241). Sum of RGB (Red+Green+Blue) = 185+81+241=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 81 (32.03% from 255 or 15.98% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #B951F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B951F1 is #46AE0E. Grayscale: #818181. Windows color (decimal): -4632079 or 15815097. OLE color: 15815097.

HSL color Cylindrical-coordinate representation of color #B951F1: hue angle of 279º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B951F1 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 81 241 -
CMYK 0.23 0.66 0 0.05
HSL 279º 0.85% 0.63% -
HSV(B) 279º 0.66% 0.95% -
XYZ 38.83 22.55 85.53 -
YUV 130.34 190.46 166.99 -
System Red Green Blue C M Y K H S L
Decimal 185 81 241 0.23 0.66 0 0.05 279 0.85 0.63
Hex B9 51 F1 17 42 0 5 117 55 3F
Octal 271 121 361 27 102 0 5 427 125 77
Binary 10111001 1010001 11110001 10111 1000010 0 101 100010111 1010101 111111

Color Harmonies of #B951F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B951F1

Black with #B951F1

Text Example


Text Example

White with #B951F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B951F1; }

 p { color: rgb(185,81,241); }

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

background-color css

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

 a { background-color: rgb(185,81,241); }

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

border-color css

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

 span { border-color: rgb(185,81,241); }

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