Html Css Color HEX #B952F2 Medium Orchid

📋 copy color: '#B952F2'

red 185 ◦ green 82 ◦ blue 242

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

Shades of Medium Orchid #B952F2

Tints of Medium Orchid #B952F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 47.54%

R = 36.35%
G = 16.11%
B = 47.54%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B952F2 (or 0xB952F2) is known color: Medium Orchid. HEX triplet: B9, 52 and F2. RGB value is (185,82,242). Sum of RGB (Red+Green+Blue) = 185+82+242=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 82 (32.42% from 255 or 16.11% from 509); Blue value is 242 (94.92% from 255 or 47.54% from 509); Max value from RGB is 242 - color contains mainly: blue. Hex color #B952F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B952F2 is #46AD0D. Grayscale: #828282. Windows color (decimal): -4631822 or 15880889. OLE color: 15880889.

HSL color Cylindrical-coordinate representation of color #B952F2: hue angle of 278.62º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B952F2 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 82 242 -
CMYK 0.24 0.66 0 0.05
HSL 278.63º 0.86% 0.64% -
HSV(B) 278.63º 0.66% 0.95% -
XYZ 39.05 22.76 86.34 -
YUV 131.04 190.62 166.49 -
System Red Green Blue C M Y K H S L
Decimal 185 82 242 0.24 0.66 0 0.05 278.63 0.86 0.64
Hex B9 52 F2 18 42 0 5 117 56 40
Octal 271 122 362 30 102 0 5 427 126 100
Binary 10111001 1010010 11110010 11000 1000010 0 101 100010111 1010110 1000000

Color Harmonies of #B952F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B952F2

Black with #B952F2

Text Example


Text Example

White with #B952F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B952F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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