Html Css Color HEX #BA69CB Medium Orchid

📋 copy color: '#BA69CB'

red 186 ◦ green 105 ◦ blue 203

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

Shades of Medium Orchid #BA69CB

Tints of Medium Orchid #BA69CB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.26%

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

R = 37.65%
G = 21.26%
B = 41.09%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA69CB (or 0xBA69CB) is known color: Medium Orchid. HEX triplet: BA, 69 and CB. RGB value is (186,105,203). Sum of RGB (Red+Green+Blue) = 186+105+203=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 105 (41.41% from 255 or 21.26% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA69CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA69CB is #459634. Grayscale: #8C8C8C. Windows color (decimal): -4560437 or 13330874. OLE color: 13330874.

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

Color convert

RGB 186 105 203 -
CMYK 0.08 0.48 0 0.20
HSL 289.59º 0.49% 0.6% -
HSV(B) 289.59º 0.48% 0.8% -
XYZ 36.08 24.85 59.4 -
YUV 140.39 163.34 160.53 -
System Red Green Blue C M Y K H S L
Decimal 186 105 203 0.08 0.48 0 0.20 289.59 0.49 0.6
Hex BA 69 CB 8 30 0 14 122 31 3C
Octal 272 151 313 10 60 0 24 442 61 74
Binary 10111010 1101001 11001011 1000 110000 0 10100 100100010 110001 111100

Color Harmonies of #BA69CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA69CB

Black with #BA69CB

Text Example


Text Example

White with #BA69CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA69CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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