Html Css Color HEX #BE65CA Medium Orchid

📋 copy color: '#BE65CA'

red 190 ◦ green 101 ◦ blue 202

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

Shades of Medium Orchid #BE65CA

Tints of Medium Orchid #BE65CA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.49%

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

R = 38.54%
G = 20.49%
B = 40.97%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE65CA (or 0xBE65CA) is known color: Medium Orchid. HEX triplet: BE, 65 and CA. RGB value is (190,101,202). Sum of RGB (Red+Green+Blue) = 190+101+202=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE65CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE65CA is #419A35. Grayscale: #8A8A8A. Windows color (decimal): -4299318 or 13264318. OLE color: 13264318.

HSL color Cylindrical-coordinate representation of color #BE65CA: hue angle of 292.87º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE65CA is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 101 202 -
CMYK 0.06 0.50 0 0.21
HSL 292.87º 0.49% 0.59% -
HSV(B) 292.87º 0.5% 0.79% -
XYZ 36.55 24.52 58.68 -
YUV 139.13 163.49 164.29 -
System Red Green Blue C M Y K H S L
Decimal 190 101 202 0.06 0.50 0 0.21 292.87 0.49 0.59
Hex BE 65 CA 6 32 0 15 125 31 3B
Octal 276 145 312 6 62 0 25 445 61 73
Binary 10111110 1100101 11001010 110 110010 0 10101 100100101 110001 111011

Color Harmonies of #BE65CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE65CA

Black with #BE65CA

Text Example


Text Example

White with #BE65CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE65CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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