Html Css Color HEX #B565C6 Medium Orchid

📋 copy color: '#B565C6'

red 181 ◦ green 101 ◦ blue 198

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

Shades of Medium Orchid #B565C6

Tints of Medium Orchid #B565C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.25%

R = 37.71%
G = 21.04%
B = 41.25%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B565C6 (or 0xB565C6) is known color: Medium Orchid. HEX triplet: B5, 65 and C6. RGB value is (181,101,198). Sum of RGB (Red+Green+Blue) = 181+101+198=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 101 (39.84% from 255 or 21.04% from 480); Blue value is 198 (77.73% from 255 or 41.25% from 480); Max value from RGB is 198 - color contains mainly: blue. Hex color #B565C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B565C6 is #4A9A39. Grayscale: #878787. Windows color (decimal): -4889146 or 13002165. OLE color: 13002165.

HSL color Cylindrical-coordinate representation of color #B565C6: hue angle of 289.48º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B565C6 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 181 101 198 -
CMYK 0.09 0.49 0 0.22
HSL 289.48º 0.46% 0.59% -
HSV(B) 289.48º 0.49% 0.78% -
XYZ 33.9 23.21 56.12 -
YUV 135.98 163 160.11 -
System Red Green Blue C M Y K H S L
Decimal 181 101 198 0.09 0.49 0 0.22 289.48 0.46 0.59
Hex B5 65 C6 9 31 0 16 121 2E 3B
Octal 265 145 306 11 61 0 26 441 56 73
Binary 10110101 1100101 11000110 1001 110001 0 10110 100100001 101110 111011

Color Harmonies of #B565C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B565C6

Black with #B565C6

Text Example


Text Example

White with #B565C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B565C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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