Html Css Color HEX #B565C3 Medium Orchid

📋 copy color: '#B565C3'

red 181 ◦ green 101 ◦ blue 195

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

Shades of Medium Orchid #B565C3

Tints of Medium Orchid #B565C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 40.88%

R = 37.95%
G = 21.17%
B = 40.88%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B565C3 (or 0xB565C3) is known color: Medium Orchid. HEX triplet: B5, 65 and C3. RGB value is (181,101,195). Sum of RGB (Red+Green+Blue) = 181+101+195=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 195 (76.56% from 255 or 40.88% from 477); Max value from RGB is 195 - color contains mainly: blue. Hex color #B565C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B565C3 is #4A9A3C. Grayscale: #878787. Windows color (decimal): -4889149 or 12805557. OLE color: 12805557.

HSL color Cylindrical-coordinate representation of color #B565C3: hue angle of 291.06º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B565C3 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 181 101 195 -
CMYK 0.07 0.48 0 0.24
HSL 291.06º 0.44% 0.58% -
HSV(B) 291.06º 0.48% 0.76% -
XYZ 33.56 23.07 54.31 -
YUV 135.64 161.5 160.36 -
System Red Green Blue C M Y K H S L
Decimal 181 101 195 0.07 0.48 0 0.24 291.06 0.44 0.58
Hex B5 65 C3 7 30 0 18 123 2C 3A
Octal 265 145 303 7 60 0 30 443 54 72
Binary 10110101 1100101 11000011 111 110000 0 11000 100100011 101100 111010

Color Harmonies of #B565C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B565C3

Black with #B565C3

Text Example


Text Example

White with #B565C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B565C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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