Html Css Color HEX #B852FB Medium Orchid

📋 copy color: '#B852FB'

red 184 ◦ green 82 ◦ blue 251

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

Shades of Medium Orchid #B852FB

Tints of Medium Orchid #B852FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.55%

R = 35.59%
G = 15.86%
B = 48.55%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B852FB (or 0xB852FB) is known color: Medium Orchid. HEX triplet: B8, 52 and FB. RGB value is (184,82,251). Sum of RGB (Red+Green+Blue) = 184+82+251=517 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.59% from 517); Green value is 82 (32.42% from 255 or 15.86% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #B852FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B852FB is #47AD04. Grayscale: #838383. Windows color (decimal): -4697349 or 16470712. OLE color: 16470712.

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

Color convert

RGB 184 82 251 -
CMYK 0.27 0.67 0 0.02
HSL 276.21º 0.95% 0.65% -
HSV(B) 276.21º 0.67% 0.98% -
XYZ 40.2 23.19 93.62 -
YUV 131.76 195.29 165.26 -
System Red Green Blue C M Y K H S L
Decimal 184 82 251 0.27 0.67 0 0.02 276.21 0.95 0.65
Hex B8 52 FB 1B 43 0 2 114 5F 41
Octal 270 122 373 33 103 0 2 424 137 101
Binary 10111000 1010010 11111011 11011 1000011 0 10 100010100 1011111 1000001

Color Harmonies of #B852FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B852FB

Black with #B852FB

Text Example


Text Example

White with #B852FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B852FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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