Html Css Color HEX #B565DF Medium Orchid

📋 copy color: '#B565DF'

red 181 ◦ green 101 ◦ blue 223

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

Shades of Medium Orchid #B565DF

Tints of Medium Orchid #B565DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.16%

R = 35.84%
G = 20%
B = 44.16%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B565DF (or 0xB565DF) is known color: Medium Orchid. HEX triplet: B5, 65 and DF. RGB value is (181,101,223). Sum of RGB (Red+Green+Blue) = 181+101+223=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 101 (39.84% from 255 or 20% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #B565DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B565DF is #4A9A20. Grayscale: #8A8A8A. Windows color (decimal): -4889121 or 14640565. OLE color: 14640565.

HSL color Cylindrical-coordinate representation of color #B565DF: hue angle of 279.34º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B565DF is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 101 223 -
CMYK 0.19 0.55 0 0.13
HSL 279.34º 0.66% 0.64% -
HSV(B) 279.34º 0.55% 0.87% -
XYZ 37.03 24.46 72.58 -
YUV 138.83 175.5 158.08 -
System Red Green Blue C M Y K H S L
Decimal 181 101 223 0.19 0.55 0 0.13 279.34 0.66 0.64
Hex B5 65 DF 13 37 0 D 117 42 40
Octal 265 145 337 23 67 0 15 427 102 100
Binary 10110101 1100101 11011111 10011 110111 0 1101 100010111 1000010 1000000

Color Harmonies of #B565DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B565DF

Black with #B565DF

Text Example


Text Example

White with #B565DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B565DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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