Html Css Color HEX #BA35CB Medium Orchid

📋 copy color: '#BA35CB'

red 186 ◦ green 53 ◦ blue 203

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

Shades of Medium Orchid #BA35CB

Tints of Medium Orchid #BA35CB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.99%

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

R = 42.08%
G = 11.99%
B = 45.93%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA35CB (or 0xBA35CB) is known color: Medium Orchid. HEX triplet: BA, 35 and CB. RGB value is (186,53,203). Sum of RGB (Red+Green+Blue) = 186+53+203=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 53 (21.09% from 255 or 11.99% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA35CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA35CB is #45CA34. Grayscale: #6D6D6D. Windows color (decimal): -4573749 or 13317562. OLE color: 13317562.

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

Color convert

RGB 186 53 203 -
CMYK 0.08 0.74 0 0.20
HSL 293.2º 0.59% 0.5% -
HSV(B) 293.2º 0.74% 0.8% -
XYZ 32.3 17.3 58.14 -
YUV 109.87 180.56 182.3 -
System Red Green Blue C M Y K H S L
Decimal 186 53 203 0.08 0.74 0 0.20 293.2 0.59 0.5
Hex BA 35 CB 8 4A 0 14 125 3B 32
Octal 272 65 313 10 112 0 24 445 73 62
Binary 10111010 110101 11001011 1000 1001010 0 10100 100100101 111011 110010

Color Harmonies of #BA35CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA35CB

Black with #BA35CB

Text Example


Text Example

White with #BA35CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA35CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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