Html Css Color HEX #BE65CB Medium Orchid

📋 copy color: '#BE65CB'

red 190 ◦ green 101 ◦ blue 203

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

Shades of Medium Orchid #BE65CB

Tints of Medium Orchid #BE65CB

RGB

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

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

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

R = 38.46%
G = 20.45%
B = 41.09%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE65CB (or 0xBE65CB) is known color: Medium Orchid. HEX triplet: BE, 65 and CB. RGB value is (190,101,203). Sum of RGB (Red+Green+Blue) = 190+101+203=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE65CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE65CB is #419A34. Grayscale: #8A8A8A. Windows color (decimal): -4299317 or 13329854. OLE color: 13329854.

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

Color convert

RGB 190 101 203 -
CMYK 0.06 0.50 0 0.20
HSL 292.35º 0.5% 0.6% -
HSV(B) 292.35º 0.5% 0.8% -
XYZ 36.67 24.57 59.31 -
YUV 139.24 163.99 164.21 -
System Red Green Blue C M Y K H S L
Decimal 190 101 203 0.06 0.50 0 0.20 292.35 0.5 0.6
Hex BE 65 CB 6 32 0 14 124 32 3C
Octal 276 145 313 6 62 0 24 444 62 74
Binary 10111110 1100101 11001011 110 110010 0 10100 100100100 110010 111100

Color Harmonies of #BE65CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE65CB

Black with #BE65CB

Text Example


Text Example

White with #BE65CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE65CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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