Html Css Color HEX #BE4ACB Medium Orchid

📋 copy color: '#BE4ACB'

red 190 ◦ green 74 ◦ blue 203

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

Shades of Medium Orchid #BE4ACB

Tints of Medium Orchid #BE4ACB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.85%

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

R = 40.69%
G = 15.85%
B = 43.47%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE4ACB (or 0xBE4ACB) is known color: Medium Orchid. HEX triplet: BE, 4A and CB. RGB value is (190,74,203). Sum of RGB (Red+Green+Blue) = 190+74+203=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 74 (29.30% from 255 or 15.85% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE4ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4ACB is #41B534. Grayscale: #7A7A7A. Windows color (decimal): -4306229 or 13322942. OLE color: 13322942.

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

Color convert

RGB 190 74 203 -
CMYK 0.06 0.64 0 0.20
HSL 293.95º 0.55% 0.54% -
HSV(B) 293.95º 0.64% 0.8% -
XYZ 34.46 20.16 58.57 -
YUV 123.39 172.93 175.51 -
System Red Green Blue C M Y K H S L
Decimal 190 74 203 0.06 0.64 0 0.20 293.95 0.55 0.54
Hex BE 4A CB 6 40 0 14 126 37 36
Octal 276 112 313 6 100 0 24 446 67 66
Binary 10111110 1001010 11001011 110 1000000 0 10100 100100110 110111 110110

Color Harmonies of #BE4ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4ACB

Black with #BE4ACB

Text Example


Text Example

White with #BE4ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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