Html Css Color HEX #BA67D2 Medium Orchid

📋 copy color: '#BA67D2'

red 186 ◦ green 103 ◦ blue 210

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

Shades of Medium Orchid #BA67D2

Tints of Medium Orchid #BA67D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.08%

R = 37.27%
G = 20.64%
B = 42.08%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA67D2 (or 0xBA67D2) is known color: Medium Orchid. HEX triplet: BA, 67 and D2. RGB value is (186,103,210). Sum of RGB (Red+Green+Blue) = 186+103+210=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 103 (40.62% from 255 or 20.64% from 499); Blue value is 210 (82.42% from 255 or 42.08% from 499); Max value from RGB is 210 - color contains mainly: blue. Hex color #BA67D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA67D2 is #45982D. Grayscale: #8B8B8B. Windows color (decimal): -4560942 or 13789114. OLE color: 13789114.

HSL color Cylindrical-coordinate representation of color #BA67D2: hue angle of 286.54º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA67D2 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 103 210 -
CMYK 0.11 0.51 0 0.18
HSL 286.54º 0.54% 0.61% -
HSV(B) 286.54º 0.51% 0.82% -
XYZ 36.73 24.79 63.82 -
YUV 140.02 167.5 160.8 -
System Red Green Blue C M Y K H S L
Decimal 186 103 210 0.11 0.51 0 0.18 286.54 0.54 0.61
Hex BA 67 D2 B 33 0 12 11F 36 3D
Octal 272 147 322 13 63 0 22 437 66 75
Binary 10111010 1100111 11010010 1011 110011 0 10010 100011111 110110 111101

Color Harmonies of #BA67D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA67D2

Black with #BA67D2

Text Example


Text Example

White with #BA67D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA67D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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