Html Css Color HEX #B951F3 Medium Orchid

📋 copy color: '#B951F3'

red 185 ◦ green 81 ◦ blue 243

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

Shades of Medium Orchid #B951F3

Tints of Medium Orchid #B951F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 47.74%

R = 36.35%
G = 15.91%
B = 47.74%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B951F3 (or 0xB951F3) is known color: Medium Orchid. HEX triplet: B9, 51 and F3. RGB value is (185,81,243). Sum of RGB (Red+Green+Blue) = 185+81+243=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 81 (32.03% from 255 or 15.91% from 509); Blue value is 243 (95.31% from 255 or 47.74% from 509); Max value from RGB is 243 - color contains mainly: blue. Hex color #B951F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B951F3 is #46AE0C. Grayscale: #828282. Windows color (decimal): -4632077 or 15946169. OLE color: 15946169.

HSL color Cylindrical-coordinate representation of color #B951F3: hue angle of 278.52º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B951F3 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 81 243 -
CMYK 0.24 0.67 0 0.05
HSL 278.52º 0.87% 0.64% -
HSV(B) 278.52º 0.67% 0.95% -
XYZ 39.13 22.67 87.11 -
YUV 130.56 191.46 166.83 -
System Red Green Blue C M Y K H S L
Decimal 185 81 243 0.24 0.67 0 0.05 278.52 0.87 0.64
Hex B9 51 F3 18 43 0 5 117 57 40
Octal 271 121 363 30 103 0 5 427 127 100
Binary 10111001 1010001 11110011 11000 1000011 0 101 100010111 1010111 1000000

Color Harmonies of #B951F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B951F3

Black with #B951F3

Text Example


Text Example

White with #B951F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B951F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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