Html Css Color HEX #BA6BF2 Medium Orchid

📋 copy color: '#BA6BF2'

red 186 ◦ green 107 ◦ blue 242

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

Shades of Medium Orchid #BA6BF2

Tints of Medium Orchid #BA6BF2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20%

 BLUE value IS 242 (94.92% from 255) = 45.23%

R = 34.77%
G = 20%
B = 45.23%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BA6BF2 (or 0xBA6BF2) is known color: Medium Orchid. HEX triplet: BA, 6B and F2. RGB value is (186,107,242). Sum of RGB (Red+Green+Blue) = 186+107+242=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 107 (42.19% from 255 or 20% from 535); Blue value is 242 (94.92% from 255 or 45.23% from 535); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA6BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6BF2 is #45940D. Grayscale: #919191. Windows color (decimal): -4559886 or 15887290. OLE color: 15887290.

HSL color Cylindrical-coordinate representation of color #BA6BF2: hue angle of 275.11º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA6BF2 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 107 242 -
CMYK 0.23 0.56 0 0.05
HSL 275.11º 0.84% 0.68% -
HSV(B) 275.11º 0.56% 0.95% -
XYZ 41.53 27.37 87.1 -
YUV 146.01 182.17 156.52 -
System Red Green Blue C M Y K H S L
Decimal 186 107 242 0.23 0.56 0 0.05 275.11 0.84 0.68
Hex BA 6B F2 17 38 0 5 113 54 44
Octal 272 153 362 27 70 0 5 423 124 104
Binary 10111010 1101011 11110010 10111 111000 0 101 100010011 1010100 1000100

Color Harmonies of #BA6BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6BF2

Black with #BA6BF2

Text Example


Text Example

White with #BA6BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6BF2; }

 p { color: rgb(186,107,242); }

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

background-color css

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

 a { background-color: rgb(186,107,242); }

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

border-color css

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

 span { border-color: rgb(186,107,242); }

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