Html Css Color HEX #B952FF Medium Orchid

📋 copy color: '#B952FF'

red 185 ◦ green 82 ◦ blue 255

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

Shades of Medium Orchid #B952FF

Tints of Medium Orchid #B952FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.85%

R = 35.44%
G = 15.71%
B = 48.85%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B952FF (or 0xB952FF) is known color: Medium Orchid. HEX triplet: B9, 52 and FF. RGB value is (185,82,255). Sum of RGB (Red+Green+Blue) = 185+82+255=522 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.44% from 522); Green value is 82 (32.42% from 255 or 15.71% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #B952FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B952FF is #46AD00. Grayscale: #838383. Windows color (decimal): -4631809 or 16732857. OLE color: 16732857.

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

Color convert

RGB 185 82 255 -
CMYK 0.27 0.68 0 0
HSL 275.72º 1% 0.66% -
HSV(B) 275.72º 0.68% 1% -
XYZ 41.07 23.57 96.99 -
YUV 132.52 197.12 165.43 -
System Red Green Blue C M Y K H S L
Decimal 185 82 255 0.27 0.68 0 0 275.72 1 0.66
Hex B9 52 FF 1B 44 0 0 114 64 42
Octal 271 122 377 33 104 0 0 424 144 102
Binary 10111001 1010010 11111111 11011 1000100 0 0 100010100 1100100 1000010

Color Harmonies of #B952FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B952FF

Black with #B952FF

Text Example


Text Example

White with #B952FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B952FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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