Html Css Color HEX #B552F5 Medium Orchid

📋 copy color: '#B552F5'

red 181 ◦ green 82 ◦ blue 245

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

Shades of Medium Orchid #B552F5

Tints of Medium Orchid #B552F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 48.23%

R = 35.63%
G = 16.14%
B = 48.23%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B552F5 (or 0xB552F5) is known color: Medium Orchid. HEX triplet: B5, 52 and F5. RGB value is (181,82,245). Sum of RGB (Red+Green+Blue) = 181+82+245=508 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.63% from 508); Green value is 82 (32.42% from 255 or 16.14% from 508); Blue value is 245 (96.09% from 255 or 48.23% from 508); Max value from RGB is 245 - color contains mainly: blue. Hex color #B552F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B552F5 is #4AAD0A. Grayscale: #818181. Windows color (decimal): -4893963 or 16077493. OLE color: 16077493.

HSL color Cylindrical-coordinate representation of color #B552F5: hue angle of 276.44º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B552F5 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 181 82 245 -
CMYK 0.26 0.67 0 0.04
HSL 276.44º 0.89% 0.64% -
HSV(B) 276.44º 0.67% 0.96% -
XYZ 38.55 22.45 88.69 -
YUV 130.18 192.8 164.25 -
System Red Green Blue C M Y K H S L
Decimal 181 82 245 0.26 0.67 0 0.04 276.44 0.89 0.64
Hex B5 52 F5 1A 43 0 4 114 59 40
Octal 265 122 365 32 103 0 4 424 131 100
Binary 10110101 1010010 11110101 11010 1000011 0 100 100010100 1011001 1000000

Color Harmonies of #B552F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B552F5

Black with #B552F5

Text Example


Text Example

White with #B552F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B552F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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