Html Css Color HEX #BE75DA Medium Orchid

📋 copy color: '#BE75DA'

red 190 ◦ green 117 ◦ blue 218

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

Shades of Medium Orchid #BE75DA

Tints of Medium Orchid #BE75DA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.29%

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

R = 36.19%
G = 22.29%
B = 41.52%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE75DA (or 0xBE75DA) is known color: Medium Orchid. HEX triplet: BE, 75 and DA. RGB value is (190,117,218). Sum of RGB (Red+Green+Blue) = 190+117+218=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 117 (46.09% from 255 or 22.29% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE75DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE75DA is #418A25. Grayscale: #969696. Windows color (decimal): -4295206 or 14316990. OLE color: 14316990.

HSL color Cylindrical-coordinate representation of color #BE75DA: hue angle of 283.37º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE75DA is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 117 218 -
CMYK 0.13 0.46 0 0.15
HSL 283.37º 0.58% 0.66% -
HSV(B) 283.37º 0.46% 0.85% -
XYZ 40.25 28.73 69.75 -
YUV 150.34 166.18 156.29 -
System Red Green Blue C M Y K H S L
Decimal 190 117 218 0.13 0.46 0 0.15 283.37 0.58 0.66
Hex BE 75 DA D 2E 0 F 11B 3A 42
Octal 276 165 332 15 56 0 17 433 72 102
Binary 10111110 1110101 11011010 1101 101110 0 1111 100011011 111010 1000010

Color Harmonies of #BE75DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE75DA

Black with #BE75DA

Text Example


Text Example

White with #BE75DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE75DA; }

 p { color: rgb(190,117,218); }

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

background-color css

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

 a { background-color: rgb(190,117,218); }

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

border-color css

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

 span { border-color: rgb(190,117,218); }

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