Html Css Color HEX #BA39CB Medium Orchid

📋 copy color: '#BA39CB'

red 186 ◦ green 57 ◦ blue 203

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

Shades of Medium Orchid #BA39CB

Tints of Medium Orchid #BA39CB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.78%

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

R = 41.7%
G = 12.78%
B = 45.52%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA39CB (or 0xBA39CB) is known color: Medium Orchid. HEX triplet: BA, 39 and CB. RGB value is (186,57,203). Sum of RGB (Red+Green+Blue) = 186+57+203=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 57 (22.66% from 255 or 12.78% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA39CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA39CB is #45C634. Grayscale: #6F6F6F. Windows color (decimal): -4572725 or 13318586. OLE color: 13318586.

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

Color convert

RGB 186 57 203 -
CMYK 0.08 0.72 0 0.20
HSL 293.01º 0.58% 0.51% -
HSV(B) 293.01º 0.72% 0.8% -
XYZ 32.49 17.68 58.2 -
YUV 112.22 179.24 180.63 -
System Red Green Blue C M Y K H S L
Decimal 186 57 203 0.08 0.72 0 0.20 293.01 0.58 0.51
Hex BA 39 CB 8 48 0 14 125 3A 33
Octal 272 71 313 10 110 0 24 445 72 63
Binary 10111010 111001 11001011 1000 1001000 0 10100 100100101 111010 110011

Color Harmonies of #BA39CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA39CB

Black with #BA39CB

Text Example


Text Example

White with #BA39CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA39CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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