Html Css Color HEX #B565EF Medium Orchid

📋 copy color: '#B565EF'

red 181 ◦ green 101 ◦ blue 239

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

Shades of Medium Orchid #B565EF

Tints of Medium Orchid #B565EF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.39%

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

R = 34.74%
G = 19.39%
B = 45.87%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B565EF (or 0xB565EF) is known color: Medium Orchid. HEX triplet: B5, 65 and EF. RGB value is (181,101,239). Sum of RGB (Red+Green+Blue) = 181+101+239=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 101 (39.84% from 255 or 19.39% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #B565EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B565EF is #4A9A10. Grayscale: #8C8C8C. Windows color (decimal): -4889105 or 15689141. OLE color: 15689141.

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

Color convert

RGB 181 101 239 -
CMYK 0.24 0.58 0 0.06
HSL 274.78º 0.81% 0.67% -
HSV(B) 274.78º 0.58% 0.94% -
XYZ 39.29 25.36 84.49 -
YUV 140.65 183.5 156.78 -
System Red Green Blue C M Y K H S L
Decimal 181 101 239 0.24 0.58 0 0.06 274.78 0.81 0.67
Hex B5 65 EF 18 3A 0 6 113 51 43
Octal 265 145 357 30 72 0 6 423 121 103
Binary 10110101 1100101 11101111 11000 111010 0 110 100010011 1010001 1000011

Color Harmonies of #B565EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B565EF

Black with #B565EF

Text Example


Text Example

White with #B565EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B565EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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