Html Css Color HEX #B952F0 Medium Orchid

📋 copy color: '#B952F0'

red 185 ◦ green 82 ◦ blue 240

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

Shades of Medium Orchid #B952F0

Tints of Medium Orchid #B952F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 47.34%

R = 36.49%
G = 16.17%
B = 47.34%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B952F0 (or 0xB952F0) is known color: Medium Orchid. HEX triplet: B9, 52 and F0. RGB value is (185,82,240). Sum of RGB (Red+Green+Blue) = 185+82+240=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 82 (32.42% from 255 or 16.17% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 240 - color contains mainly: blue. Hex color #B952F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B952F0 is #46AD0F. Grayscale: #828282. Windows color (decimal): -4631824 or 15749817. OLE color: 15749817.

HSL color Cylindrical-coordinate representation of color #B952F0: hue angle of 279.11º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B952F0 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 82 240 -
CMYK 0.23 0.66 0 0.06
HSL 279.11º 0.84% 0.63% -
HSV(B) 279.11º 0.66% 0.94% -
XYZ 38.75 22.64 84.77 -
YUV 130.81 189.62 166.65 -
System Red Green Blue C M Y K H S L
Decimal 185 82 240 0.23 0.66 0 0.06 279.11 0.84 0.63
Hex B9 52 F0 17 42 0 6 117 54 3F
Octal 271 122 360 27 102 0 6 427 124 77
Binary 10111001 1010010 11110000 10111 1000010 0 110 100010111 1010100 111111

Color Harmonies of #B952F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B952F0

Black with #B952F0

Text Example


Text Example

White with #B952F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B952F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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