Html Css Color HEX #BA64CB Medium Orchid

📋 copy color: '#BA64CB'

red 186 ◦ green 100 ◦ blue 203

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

Shades of Medium Orchid #BA64CB

Tints of Medium Orchid #BA64CB

RGB

 RED value IS 186 (73.05% from 255) = 38.04%

 GREEN value IS 100 (39.45% from 255) = 20.45%

 BLUE value IS 203 (79.69% from 255) = 41.51%

R = 38.04%
G = 20.45%
B = 41.51%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA64CB (or 0xBA64CB) is known color: Medium Orchid. HEX triplet: BA, 64 and CB. RGB value is (186,100,203). Sum of RGB (Red+Green+Blue) = 186+100+203=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 100 (39.45% from 255 or 20.45% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA64CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA64CB is #459B34. Grayscale: #898989. Windows color (decimal): -4561717 or 13329594. OLE color: 13329594.

HSL color Cylindrical-coordinate representation of color #BA64CB: hue angle of 290.1º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA64CB is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 100 203 -
CMYK 0.08 0.51 0 0.20
HSL 290.1º 0.5% 0.59% -
HSV(B) 290.1º 0.51% 0.8% -
XYZ 35.59 23.87 59.23 -
YUV 137.46 164.99 162.62 -
System Red Green Blue C M Y K H S L
Decimal 186 100 203 0.08 0.51 0 0.20 290.1 0.5 0.59
Hex BA 64 CB 8 33 0 14 122 32 3B
Octal 272 144 313 10 63 0 24 442 62 73
Binary 10111010 1100100 11001011 1000 110011 0 10100 100100010 110010 111011

Color Harmonies of #BA64CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA64CB

Black with #BA64CB

Text Example


Text Example

White with #BA64CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA64CB; }

 p { color: rgb(186,100,203); }

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

background-color css

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

 a { background-color: rgb(186,100,203); }

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

border-color css

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

 span { border-color: rgb(186,100,203); }

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