Html Css Color HEX #BE55CA Medium Orchid

📋 copy color: '#BE55CA'

red 190 ◦ green 85 ◦ blue 202

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

Shades of Medium Orchid #BE55CA

Tints of Medium Orchid #BE55CA

RGB

 RED value IS 190 (74.61% from 255) = 39.83%

 GREEN value IS 85 (33.59% from 255) = 17.82%

 BLUE value IS 202 (79.3% from 255) = 42.35%

R = 39.83%
G = 17.82%
B = 42.35%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE55CA (or 0xBE55CA) is known color: Medium Orchid. HEX triplet: BE, 55 and CA. RGB value is (190,85,202). Sum of RGB (Red+Green+Blue) = 190+85+202=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 85 (33.59% from 255 or 17.82% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE55CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE55CA is #41AA35. Grayscale: #818181. Windows color (decimal): -4303414 or 13260222. OLE color: 13260222.

HSL color Cylindrical-coordinate representation of color #BE55CA: hue angle of 293.85º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE55CA is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 85 202 -
CMYK 0.06 0.58 0 0.21
HSL 293.85º 0.52% 0.56% -
HSV(B) 293.85º 0.58% 0.79% -
XYZ 35.14 21.71 58.21 -
YUV 129.73 168.79 170.99 -
System Red Green Blue C M Y K H S L
Decimal 190 85 202 0.06 0.58 0 0.21 293.85 0.52 0.56
Hex BE 55 CA 6 3A 0 15 126 34 38
Octal 276 125 312 6 72 0 25 446 64 70
Binary 10111110 1010101 11001010 110 111010 0 10101 100100110 110100 111000

Color Harmonies of #BE55CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE55CA

Black with #BE55CA

Text Example


Text Example

White with #BE55CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE55CA; }

 p { color: rgb(190,85,202); }

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

background-color css

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

 a { background-color: rgb(190,85,202); }

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

border-color css

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

 span { border-color: rgb(190,85,202); }

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