Html Css Color HEX #B952FE Medium Orchid

📋 copy color: '#B952FE'

red 185 ◦ green 82 ◦ blue 254

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

Shades of Medium Orchid #B952FE

Tints of Medium Orchid #B952FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.75%

R = 35.51%
G = 15.74%
B = 48.75%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B952FE (or 0xB952FE) is known color: Medium Orchid. HEX triplet: B9, 52 and FE. RGB value is (185,82,254). Sum of RGB (Red+Green+Blue) = 185+82+254=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 82 (32.42% from 255 or 15.74% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #B952FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B952FE is #46AD01. Grayscale: #838383. Windows color (decimal): -4631810 or 16667321. OLE color: 16667321.

HSL color Cylindrical-coordinate representation of color #B952FE: hue angle of 275.93º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B952FE is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 185 82 254 -
CMYK 0.27 0.68 0 0.00
HSL 275.93º 0.99% 0.66% -
HSV(B) 275.93º 0.68% 1% -
XYZ 40.91 23.5 96.15 -
YUV 132.41 196.62 165.51 -
System Red Green Blue C M Y K H S L
Decimal 185 82 254 0.27 0.68 0 0.00 275.93 0.99 0.66
Hex B9 52 FE 1B 44 0 0 114 63 42
Octal 271 122 376 33 104 0 0 424 143 102
Binary 10111001 1010010 11111110 11011 1000100 0 0 100010100 1100011 1000010

Color Harmonies of #B952FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B952FE

Black with #B952FE

Text Example


Text Example

White with #B952FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B952FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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