Html Css Color HEX #BA67E6 Medium Orchid

📋 copy color: '#BA67E6'

red 186 ◦ green 103 ◦ blue 230

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

Shades of Medium Orchid #BA67E6

Tints of Medium Orchid #BA67E6

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.85%

 BLUE value IS 230 (90.23% from 255) = 44.32%

R = 35.84%
G = 19.85%
B = 44.32%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA67E6 (or 0xBA67E6) is known color: Medium Orchid. HEX triplet: BA, 67 and E6. RGB value is (186,103,230). Sum of RGB (Red+Green+Blue) = 186+103+230=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 103 (40.62% from 255 or 19.85% from 519); Blue value is 230 (90.23% from 255 or 44.32% from 519); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA67E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA67E6 is #459819. Grayscale: #8D8D8D. Windows color (decimal): -4560922 or 15099834. OLE color: 15099834.

HSL color Cylindrical-coordinate representation of color #BA67E6: hue angle of 279.21º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA67E6 is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 103 230 -
CMYK 0.19 0.55 0 0.10
HSL 279.21º 0.72% 0.65% -
HSV(B) 279.21º 0.55% 0.9% -
XYZ 39.38 25.85 77.78 -
YUV 142.3 177.5 159.17 -
System Red Green Blue C M Y K H S L
Decimal 186 103 230 0.19 0.55 0 0.10 279.21 0.72 0.65
Hex BA 67 E6 13 37 0 A 117 48 41
Octal 272 147 346 23 67 0 12 427 110 101
Binary 10111010 1100111 11100110 10011 110111 0 1010 100010111 1001000 1000001

Color Harmonies of #BA67E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA67E6

Black with #BA67E6

Text Example


Text Example

White with #BA67E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA67E6; }

 p { color: rgb(186,103,230); }

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

background-color css

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

 a { background-color: rgb(186,103,230); }

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

border-color css

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

 span { border-color: rgb(186,103,230); }

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