Html Css Color HEX #B952FA Medium Orchid

📋 copy color: '#B952FA'

red 185 ◦ green 82 ◦ blue 250

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

Shades of Medium Orchid #B952FA

Tints of Medium Orchid #B952FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.36%

R = 35.78%
G = 15.86%
B = 48.36%

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

#B952FA (or 0xB952FA) is known color: Medium Orchid. HEX triplet: B9, 52 and FA. RGB value is (185,82,250). Sum of RGB (Red+Green+Blue) = 185+82+250=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 82 (32.42% from 255 or 15.86% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #B952FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B952FA is #46AD05. Grayscale: #838383. Windows color (decimal): -4631814 or 16405177. OLE color: 16405177.

HSL color Cylindrical-coordinate representation of color #B952FA: hue angle of 276.79º degrees, saturation: 0.94, 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 #B952FA is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 82 250 -
CMYK 0.26 0.67 0 0.02
HSL 276.79º 0.94% 0.65% -
HSV(B) 276.79º 0.67% 0.98% -
XYZ 40.28 23.25 92.81 -
YUV 131.95 194.62 165.84 -
System Red Green Blue C M Y K H S L
Decimal 185 82 250 0.26 0.67 0 0.02 276.79 0.94 0.65
Hex B9 52 FA 1A 43 0 2 115 5E 41
Octal 271 122 372 32 103 0 2 425 136 101
Binary 10111001 1010010 11111010 11010 1000011 0 10 100010101 1011110 1000001

Color Harmonies of #B952FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B952FA

Black with #B952FA

Text Example


Text Example

White with #B952FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B952FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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