Html Css Color HEX #B952F9 Medium Orchid

📋 copy color: '#B952F9'

red 185 ◦ green 82 ◦ blue 249

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

Shades of Medium Orchid #B952F9

Tints of Medium Orchid #B952F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.26%

R = 35.85%
G = 15.89%
B = 48.26%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B952F9 (or 0xB952F9) is known color: Medium Orchid. HEX triplet: B9, 52 and F9. RGB value is (185,82,249). Sum of RGB (Red+Green+Blue) = 185+82+249=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 82 (32.42% from 255 or 15.89% from 516); Blue value is 249 (97.66% from 255 or 48.26% from 516); Max value from RGB is 249 - color contains mainly: blue. Hex color #B952F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B952F9 is #46AD06. Grayscale: #838383. Windows color (decimal): -4631815 or 16339641. OLE color: 16339641.

HSL color Cylindrical-coordinate representation of color #B952F9: hue angle of 277.01º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B952F9 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 82 249 -
CMYK 0.26 0.67 0 0.02
HSL 277.01º 0.93% 0.65% -
HSV(B) 277.01º 0.67% 0.98% -
XYZ 40.12 23.19 91.98 -
YUV 131.84 194.12 165.92 -
System Red Green Blue C M Y K H S L
Decimal 185 82 249 0.26 0.67 0 0.02 277.01 0.93 0.65
Hex B9 52 F9 1A 43 0 2 115 5D 41
Octal 271 122 371 32 103 0 2 425 135 101
Binary 10111001 1010010 11111001 11010 1000011 0 10 100010101 1011101 1000001

Color Harmonies of #B952F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B952F9

Black with #B952F9

Text Example


Text Example

White with #B952F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B952F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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