Html Css Color HEX #B565E7 Medium Orchid

📋 copy color: '#B565E7'

red 181 ◦ green 101 ◦ blue 231

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

Shades of Medium Orchid #B565E7

Tints of Medium Orchid #B565E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 45.03%

R = 35.28%
G = 19.69%
B = 45.03%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B565E7 (or 0xB565E7) is known color: Medium Orchid. HEX triplet: B5, 65 and E7. RGB value is (181,101,231). Sum of RGB (Red+Green+Blue) = 181+101+231=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 101 (39.84% from 255 or 19.69% from 513); Blue value is 231 (90.62% from 255 or 45.03% from 513); Max value from RGB is 231 - color contains mainly: blue. Hex color #B565E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B565E7 is #4A9A18. Grayscale: #8B8B8B. Windows color (decimal): -4889113 or 15164853. OLE color: 15164853.

HSL color Cylindrical-coordinate representation of color #B565E7: hue angle of 276.92º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B565E7 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 181 101 231 -
CMYK 0.22 0.56 0 0.09
HSL 276.92º 0.73% 0.65% -
HSV(B) 276.92º 0.56% 0.91% -
XYZ 38.13 24.9 78.4 -
YUV 139.74 179.5 157.43 -
System Red Green Blue C M Y K H S L
Decimal 181 101 231 0.22 0.56 0 0.09 276.92 0.73 0.65
Hex B5 65 E7 16 38 0 9 115 49 41
Octal 265 145 347 26 70 0 11 425 111 101
Binary 10110101 1100101 11100111 10110 111000 0 1001 100010101 1001001 1000001

Color Harmonies of #B565E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B565E7

Black with #B565E7

Text Example


Text Example

White with #B565E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B565E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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