Html Css Color HEX #B566F1 Medium Orchid

📋 copy color: '#B566F1'

red 181 ◦ green 102 ◦ blue 241

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

Shades of Medium Orchid #B566F1

Tints of Medium Orchid #B566F1

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.47%

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

R = 34.54%
G = 19.47%
B = 45.99%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B566F1 (or 0xB566F1) is known color: Medium Orchid. HEX triplet: B5, 66 and F1. RGB value is (181,102,241). Sum of RGB (Red+Green+Blue) = 181+102+241=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 102 (40.23% from 255 or 19.47% from 524); Blue value is 241 (94.53% from 255 or 45.99% from 524); Max value from RGB is 241 - color contains mainly: blue. Hex color #B566F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B566F1 is #4A990E. Grayscale: #8C8C8C. Windows color (decimal): -4888847 or 15820469. OLE color: 15820469.

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

Color convert

RGB 181 102 241 -
CMYK 0.25 0.58 0 0.05
HSL 274.1º 0.83% 0.67% -
HSV(B) 274.1º 0.58% 0.95% -
XYZ 39.68 25.68 86.08 -
YUV 141.47 184.17 156.2 -
System Red Green Blue C M Y K H S L
Decimal 181 102 241 0.25 0.58 0 0.05 274.1 0.83 0.67
Hex B5 66 F1 19 3A 0 5 112 53 43
Octal 265 146 361 31 72 0 5 422 123 103
Binary 10110101 1100110 11110001 11001 111010 0 101 100010010 1010011 1000011

Color Harmonies of #B566F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B566F1

Black with #B566F1

Text Example


Text Example

White with #B566F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B566F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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