Html Css Color HEX #B552F0 Medium Orchid

📋 copy color: '#B552F0'

red 181 ◦ green 82 ◦ blue 240

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

Shades of Medium Orchid #B552F0

Tints of Medium Orchid #B552F0

RGB

 RED value IS 181 (71.09% from 255) = 35.98%

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

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

R = 35.98%
G = 16.3%
B = 47.71%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B552F0 (or 0xB552F0) is known color: Medium Orchid. HEX triplet: B5, 52 and F0. RGB value is (181,82,240). Sum of RGB (Red+Green+Blue) = 181+82+240=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 82 (32.42% from 255 or 16.30% from 503); Blue value is 240 (94.14% from 255 or 47.71% from 503); Max value from RGB is 240 - color contains mainly: blue. Hex color #B552F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B552F0 is #4AAD0F. Grayscale: #818181. Windows color (decimal): -4893968 or 15749813. OLE color: 15749813.

HSL color Cylindrical-coordinate representation of color #B552F0: hue angle of 277.59º 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 #B552F0 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 181 82 240 -
CMYK 0.25 0.66 0 0.06
HSL 277.59º 0.84% 0.63% -
HSV(B) 277.59º 0.66% 0.94% -
XYZ 37.8 22.15 84.72 -
YUV 129.61 190.3 164.65 -
System Red Green Blue C M Y K H S L
Decimal 181 82 240 0.25 0.66 0 0.06 277.59 0.84 0.63
Hex B5 52 F0 19 42 0 6 116 54 3F
Octal 265 122 360 31 102 0 6 426 124 77
Binary 10110101 1010010 11110000 11001 1000010 0 110 100010110 1010100 111111

Color Harmonies of #B552F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B552F0

Black with #B552F0

Text Example


Text Example

White with #B552F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B552F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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