Html Css Color HEX #BE6ACB Medium Orchid

📋 copy color: '#BE6ACB'

red 190 ◦ green 106 ◦ blue 203

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

Shades of Medium Orchid #BE6ACB

Tints of Medium Orchid #BE6ACB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.24%

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

R = 38.08%
G = 21.24%
B = 40.68%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE6ACB (or 0xBE6ACB) is known color: Medium Orchid. HEX triplet: BE, 6A and CB. RGB value is (190,106,203). Sum of RGB (Red+Green+Blue) = 190+106+203=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE6ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6ACB is #419534. Grayscale: #8D8D8D. Windows color (decimal): -4298037 or 13331134. OLE color: 13331134.

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

Color convert

RGB 190 106 203 -
CMYK 0.06 0.48 0 0.20
HSL 291.96º 0.48% 0.61% -
HSV(B) 291.96º 0.48% 0.8% -
XYZ 37.17 25.57 59.48 -
YUV 142.17 162.33 162.11 -
System Red Green Blue C M Y K H S L
Decimal 190 106 203 0.06 0.48 0 0.20 291.96 0.48 0.61
Hex BE 6A CB 6 30 0 14 124 30 3D
Octal 276 152 313 6 60 0 24 444 60 75
Binary 10111110 1101010 11001011 110 110000 0 10100 100100100 110000 111101

Color Harmonies of #BE6ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6ACB

Black with #BE6ACB

Text Example


Text Example

White with #BE6ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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