Html Css Color HEX #B552F1 Medium Orchid

📋 copy color: '#B552F1'

red 181 ◦ green 82 ◦ blue 241

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

Shades of Medium Orchid #B552F1

Tints of Medium Orchid #B552F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.82%

R = 35.91%
G = 16.27%
B = 47.82%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B552F1 (or 0xB552F1) is known color: Medium Orchid. HEX triplet: B5, 52 and F1. RGB value is (181,82,241). Sum of RGB (Red+Green+Blue) = 181+82+241=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 82 (32.42% from 255 or 16.27% from 504); Blue value is 241 (94.53% from 255 or 47.82% from 504); Max value from RGB is 241 - color contains mainly: blue. Hex color #B552F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B552F1 is #4AAD0E. Grayscale: #818181. Windows color (decimal): -4893967 or 15815349. OLE color: 15815349.

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

Color convert

RGB 181 82 241 -
CMYK 0.25 0.66 0 0.05
HSL 277.36º 0.85% 0.63% -
HSV(B) 277.36º 0.66% 0.95% -
XYZ 37.95 22.21 85.51 -
YUV 129.73 190.8 164.57 -
System Red Green Blue C M Y K H S L
Decimal 181 82 241 0.25 0.66 0 0.05 277.36 0.85 0.63
Hex B5 52 F1 19 42 0 5 115 55 3F
Octal 265 122 361 31 102 0 5 425 125 77
Binary 10110101 1010010 11110001 11001 1000010 0 101 100010101 1010101 111111

Color Harmonies of #B552F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B552F1

Black with #B552F1

Text Example


Text Example

White with #B552F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B552F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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