Html Css Color HEX #BC35DA Medium Orchid

📋 copy color: '#BC35DA'

red 188 ◦ green 53 ◦ blue 218

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

Shades of Medium Orchid #BC35DA

Tints of Medium Orchid #BC35DA

RGB

 RED value IS 188 (73.83% from 255) = 40.96%

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

 BLUE value IS 218 (85.55% from 255) = 47.49%

R = 40.96%
G = 11.55%
B = 47.49%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC35DA (or 0xBC35DA) is known color: Medium Orchid. HEX triplet: BC, 35 and DA. RGB value is (188,53,218). Sum of RGB (Red+Green+Blue) = 188+53+218=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 53 (21.09% from 255 or 11.55% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC35DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC35DA is #43CA25. Grayscale: #6F6F6F. Windows color (decimal): -4442662 or 14300604. OLE color: 14300604.

HSL color Cylindrical-coordinate representation of color #BC35DA: hue angle of 289.09º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC35DA is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 53 218 -
CMYK 0.14 0.76 0 0.15
HSL 289.09º 0.69% 0.53% -
HSV(B) 289.09º 0.76% 0.85% -
XYZ 34.67 18.3 68.03 -
YUV 112.18 187.73 182.08 -
System Red Green Blue C M Y K H S L
Decimal 188 53 218 0.14 0.76 0 0.15 289.09 0.69 0.53
Hex BC 35 DA E 4C 0 F 121 45 35
Octal 274 65 332 16 114 0 17 441 105 65
Binary 10111100 110101 11011010 1110 1001100 0 1111 100100001 1000101 110101

Color Harmonies of #BC35DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC35DA

Black with #BC35DA

Text Example


Text Example

White with #BC35DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC35DA; }

 p { color: rgb(188,53,218); }

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

background-color css

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

 a { background-color: rgb(188,53,218); }

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

border-color css

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

 span { border-color: rgb(188,53,218); }

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