Html Css Color HEX #B852FE Medium Orchid

📋 copy color: '#B852FE'

red 184 ◦ green 82 ◦ blue 254

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

Shades of Medium Orchid #B852FE

Tints of Medium Orchid #B852FE

RGB

 RED value IS 184 (72.27% from 255) = 35.38%

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

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

R = 35.38%
G = 15.77%
B = 48.85%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B852FE (or 0xB852FE) is known color: Medium Orchid. HEX triplet: B8, 52 and FE. RGB value is (184,82,254). Sum of RGB (Red+Green+Blue) = 184+82+254=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 82 (32.42% from 255 or 15.77% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #B852FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B852FE is #47AD01. Grayscale: #838383. Windows color (decimal): -4697346 or 16667320. OLE color: 16667320.

HSL color Cylindrical-coordinate representation of color #B852FE: hue angle of 275.58º 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 #B852FE is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 184 82 254 -
CMYK 0.28 0.68 0 0.00
HSL 275.58º 0.99% 0.66% -
HSV(B) 275.58º 0.68% 1% -
XYZ 40.67 23.38 96.14 -
YUV 132.11 196.79 165.01 -
System Red Green Blue C M Y K H S L
Decimal 184 82 254 0.28 0.68 0 0.00 275.58 0.99 0.66
Hex B8 52 FE 1C 44 0 0 114 63 42
Octal 270 122 376 34 104 0 0 424 143 102
Binary 10111000 1010010 11111110 11100 1000100 0 0 100010100 1100011 1000010

Color Harmonies of #B852FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B852FE

Black with #B852FE

Text Example


Text Example

White with #B852FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B852FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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