Html Css Color HEX #B566EF Medium Orchid

📋 copy color: '#B566EF'

red 181 ◦ green 102 ◦ blue 239

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

Shades of Medium Orchid #B566EF

Tints of Medium Orchid #B566EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.79%

R = 34.67%
G = 19.54%
B = 45.79%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B566EF (or 0xB566EF) is known color: Medium Orchid. HEX triplet: B5, 66 and EF. RGB value is (181,102,239). Sum of RGB (Red+Green+Blue) = 181+102+239=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 102 (40.23% from 255 or 19.54% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #B566EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B566EF is #4A9910. Grayscale: #8C8C8C. Windows color (decimal): -4888849 or 15689397. OLE color: 15689397.

HSL color Cylindrical-coordinate representation of color #B566EF: hue angle of 274.6º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B566EF is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 181 102 239 -
CMYK 0.24 0.57 0 0.06
HSL 274.6º 0.81% 0.67% -
HSV(B) 274.6º 0.57% 0.94% -
XYZ 39.39 25.56 84.52 -
YUV 141.24 183.17 156.36 -
System Red Green Blue C M Y K H S L
Decimal 181 102 239 0.24 0.57 0 0.06 274.6 0.81 0.67
Hex B5 66 EF 18 39 0 6 113 51 43
Octal 265 146 357 30 71 0 6 423 121 103
Binary 10110101 1100110 11101111 11000 111001 0 110 100010011 1010001 1000011

Color Harmonies of #B566EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B566EF

Black with #B566EF

Text Example


Text Example

White with #B566EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B566EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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