Html Css Color HEX #BA33CF Medium Orchid

📋 copy color: '#BA33CF'

red 186 ◦ green 51 ◦ blue 207

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

Shades of Medium Orchid #BA33CF

Tints of Medium Orchid #BA33CF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.49%

 BLUE value IS 207 (81.25% from 255) = 46.62%

R = 41.89%
G = 11.49%
B = 46.62%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA33CF (or 0xBA33CF) is known color: Medium Orchid. HEX triplet: BA, 33 and CF. RGB value is (186,51,207). Sum of RGB (Red+Green+Blue) = 186+51+207=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 51 (20.31% from 255 or 11.49% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA33CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA33CF is #45CC30. Grayscale: #6C6C6C. Windows color (decimal): -4574257 or 13579194. OLE color: 13579194.

HSL color Cylindrical-coordinate representation of color #BA33CF: hue angle of 291.92º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA33CF is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 51 207 -
CMYK 0.10 0.75 0 0.19
HSL 291.92º 0.62% 0.51% -
HSV(B) 291.92º 0.75% 0.81% -
XYZ 32.7 17.31 60.65 -
YUV 109.15 183.23 182.82 -
System Red Green Blue C M Y K H S L
Decimal 186 51 207 0.10 0.75 0 0.19 291.92 0.62 0.51
Hex BA 33 CF A 4B 0 13 124 3E 33
Octal 272 63 317 12 113 0 23 444 76 63
Binary 10111010 110011 11001111 1010 1001011 0 10011 100100100 111110 110011

Color Harmonies of #BA33CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA33CF

Black with #BA33CF

Text Example


Text Example

White with #BA33CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA33CF; }

 p { color: rgb(186,51,207); }

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

background-color css

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

 a { background-color: rgb(186,51,207); }

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

border-color css

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

 span { border-color: rgb(186,51,207); }

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