Html Css Color HEX #B952F1 Medium Orchid

📋 copy color: '#B952F1'

red 185 ◦ green 82 ◦ blue 241

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

Shades of Medium Orchid #B952F1

Tints of Medium Orchid #B952F1

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.14%

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

R = 36.42%
G = 16.14%
B = 47.44%

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

#B952F1 (or 0xB952F1) is known color: Medium Orchid. HEX triplet: B9, 52 and F1. RGB value is (185,82,241). Sum of RGB (Red+Green+Blue) = 185+82+241=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 82 (32.42% from 255 or 16.14% from 508); Blue value is 241 (94.53% from 255 or 47.44% from 508); Max value from RGB is 241 - color contains mainly: blue. Hex color #B952F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B952F1 is #46AD0E. Grayscale: #828282. Windows color (decimal): -4631823 or 15815353. OLE color: 15815353.

HSL color Cylindrical-coordinate representation of color #B952F1: hue angle of 278.87º 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 #B952F1 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 82 241 -
CMYK 0.23 0.66 0 0.05
HSL 278.87º 0.85% 0.63% -
HSV(B) 278.87º 0.66% 0.95% -
XYZ 38.9 22.7 85.55 -
YUV 130.92 190.12 166.57 -
System Red Green Blue C M Y K H S L
Decimal 185 82 241 0.23 0.66 0 0.05 278.87 0.85 0.63
Hex B9 52 F1 17 42 0 5 117 55 3F
Octal 271 122 361 27 102 0 5 427 125 77
Binary 10111001 1010010 11110001 10111 1000010 0 101 100010111 1010101 111111

Color Harmonies of #B952F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B952F1

Black with #B952F1

Text Example


Text Example

White with #B952F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B952F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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